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