mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
make test: test V prod build
This commit is contained in:
parent
249fa95eab
commit
bdcbcb075b
@ -8,9 +8,10 @@ v.c:
|
|||||||
curl -Os https://raw.githubusercontent.com/vlang/vc/master/v.c
|
curl -Os https://raw.githubusercontent.com/vlang/vc/master/v.c
|
||||||
|
|
||||||
test: v
|
test: v
|
||||||
|
./v -prod -o vprod . # Test prod build
|
||||||
find .. -name '*_test.v' -print0 | xargs -0 -n1 ./v
|
find .. -name '*_test.v' -print0 | xargs -0 -n1 ./v
|
||||||
echo "Building V examples..."
|
echo "Building V examples..."
|
||||||
find ../examples -name '*.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 vprod
|
||||||
|
Loading…
Reference in New Issue
Block a user