Added testing

This commit is contained in:
Veit Heller
2014-07-25 02:56:01 +02:00
parent 1dc6358e4b
commit 250f8cce4d
3 changed files with 48 additions and 0 deletions

5
nbfi/test.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
for i in `ls test` ; do
bin/nbfi test/$i
done