diff options
Diffstat (limited to 'run-tests.py')
-rwxr-xr-x | run-tests.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/run-tests.py b/run-tests.py new file mode 100755 index 0000000..e30c7b3 --- /dev/null +++ b/run-tests.py @@ -0,0 +1,5 @@ +#!/usr/bin/env python + +import tests + +tests.run() |