Better test suite for nbfi
This commit is contained in:
@@ -12,6 +12,10 @@ all:
|
|||||||
@echo
|
@echo
|
||||||
@echo Running tests:
|
@echo Running tests:
|
||||||
@echo
|
@echo
|
||||||
|
make tests
|
||||||
|
|
||||||
|
# Runs the tests
|
||||||
|
tests:
|
||||||
./test.sh
|
./test.sh
|
||||||
|
|
||||||
#Uses picky extensions and makes everything(Extensions may break compiling)
|
#Uses picky extensions and makes everything(Extensions may break compiling)
|
||||||
|
@@ -1,5 +1,10 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
for i in `ls test` ; do
|
for i in `ls test` ; do
|
||||||
|
echo Running test $i:
|
||||||
|
echo ---------------------
|
||||||
bin/nbfi test/$i
|
bin/nbfi test/$i
|
||||||
|
echo ---------------------
|
||||||
|
echo End of test $i
|
||||||
|
echo
|
||||||
done
|
done
|
||||||
|
Reference in New Issue
Block a user