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:
parent
5177e11a98
commit
5e89c1399a
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user