mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
run tests in travis
This commit is contained in:
@ -7,5 +7,8 @@ v: v.c
|
||||
v.c:
|
||||
wget https://raw.githubusercontent.com/vlang/vc/master/v.c
|
||||
|
||||
test:
|
||||
find .. -name '*_test.v' | xargs v {}
|
||||
|
||||
clean:
|
||||
-rm vc v.c
|
||||
|
Reference in New Issue
Block a user