1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
This commit is contained in:
Alexander Medvednikov
2019-06-29 13:10:29 +02:00
parent fd610b97d2
commit 08c8b4ba22
2 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ v.c:
curl -Os https://raw.githubusercontent.com/vlang/vc/master/v.c
test: v
./v -prod -o vprod . # Test prod build
./v -prod -o vprod compiler # Test prod build
echo "Running V tests..."
find . -name '*_test.v' -print0 | xargs -0 -n1 ./v
echo "Building V examples..."