diff --git a/README b/README new file mode 100644 index 0000000..14d9aae --- /dev/null +++ b/README @@ -0,0 +1,5 @@ +To run the testsuite simply run +./runtest.sh + +If you want a more detailled output run +./runtest.sh -v diff --git a/runtest.sh b/runtest.sh new file mode 100755 index 0000000..7cbe05e --- /dev/null +++ b/runtest.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +python3 -m unittest $@