fix tests

This commit is contained in:
S-YOU 2019-06-27 02:03:35 +09:00 committed by Alexander Medvednikov
parent 2ca6859982
commit d998313bb1
6 changed files with 9 additions and 7 deletions

View file

@ -8,7 +8,7 @@ v.c:
curl -Os https://raw.githubusercontent.com/vlang/vc/master/v.c
test: v
find .. -name '*_test.v' | xargs ./v {}
find .. -name '*_test.v' -print0 | xargs -0 -n1 ./v
clean:
-rm -f v.c v