Add README and runtest.sh script
This commit is contained in:
parent
b45e6fe081
commit
23d87b1dd8
2 changed files with 8 additions and 0 deletions
5
README
Normal file
5
README
Normal 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
3
runtest.sh
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
python3 -m unittest $@
|
||||
Loading…
Add table
Add a link
Reference in a new issue