1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

make test: build examples

This commit is contained in:
Alexander Medvednikov 2019-06-26 20:44:20 +02:00
parent 5177e11a98
commit 5e89c1399a

View File

@ -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