From 5e89c1399a26e1e07bfa737308f6c0a3304e504b Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Wed, 26 Jun 2019 20:44:20 +0200 Subject: [PATCH] make test: build examples --- compiler/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/Makefile b/compiler/Makefile index 4f4694a36a..ad3dfb84c9 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -9,6 +9,7 @@ v.c: test: v find .. -name '*_test.v' -print0 | xargs -0 -n1 ./v + find ../examples -name '*.v' -print0 | xargs -0 -n1 ./v clean: -rm -f v.c v