mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
Makefile: re-write make test in V
This commit is contained in:
8
Makefile
8
Makefile
@@ -9,13 +9,5 @@ all:
|
||||
rm v.c
|
||||
@echo "V has been successfully built"
|
||||
|
||||
test: v
|
||||
./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..."
|
||||
find examples -name '*.v' -print0 | xargs -0 -n1 ./v
|
||||
bash ./compiler/tests/repl/repl.sh
|
||||
|
||||
symlink: v
|
||||
ln -sf `pwd`/v ${PREFIX}/bin/v
|
||||
|
||||
Reference in New Issue
Block a user