aboutsummaryrefslogtreecommitdiffstats
path: root/run-tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'run-tests.py')
-rwxr-xr-xrun-tests.py5
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()