Add README and runtest.sh script

This commit is contained in:
Yann Weber 2018-04-24 21:49:28 +02:00
commit 23d87b1dd8
2 changed files with 8 additions and 0 deletions

5
README Normal file
View file

@ -0,0 +1,5 @@
To run the testsuite simply run
./runtest.sh
If you want a more detailled output run
./runtest.sh -v

3
runtest.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
python3 -m unittest $@