Browse Source

Add README and runtest.sh script

Yann Weber 6 years ago
parent
commit
23d87b1dd8
2 changed files with 8 additions and 0 deletions
  1. 5
    0
      README
  2. 3
    0
      runtest.sh

+ 5
- 0
README View File

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

+ 3
- 0
runtest.sh View File

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

Loading…
Cancel
Save