make test: build examples

pull/689/head
Alexander Medvednikov 2019-06-26 20:44:20 +02:00
parent 5177e11a98
commit 5e89c1399a
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ v.c:
test: v test: v
find .. -name '*_test.v' -print0 | xargs -0 -n1 ./v find .. -name '*_test.v' -print0 | xargs -0 -n1 ./v
find ../examples -name '*.v' -print0 | xargs -0 -n1 ./v
clean: clean:
-rm -f v.c v -rm -f v.c v