mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
fix tests
This commit is contained in:

committed by
Alexander Medvednikov

parent
2ca6859982
commit
d998313bb1
@ -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
|
||||
|
Reference in New Issue
Block a user