14
test/Makefile
Normal file
14
test/Makefile
Normal file
@@ -0,0 +1,14 @@
|
||||
all:
|
||||
|
||||
install:
|
||||
|
||||
ignore:
|
||||
|
||||
check test::
|
||||
./runtests.sh
|
||||
|
||||
verbose-test:
|
||||
VERBOSE=yes ./runtests.sh
|
||||
|
||||
clean:
|
||||
rm -rf *.out tmp-*
|
||||
Reference in New Issue
Block a user