summaryrefslogtreecommitdiffstats
path: root/libacc/tests/test
diff options
context:
space:
mode:
Diffstat (limited to 'libacc/tests/test')
-rwxr-xr-xlibacc/tests/test6
1 files changed, 6 insertions, 0 deletions
diff --git a/libacc/tests/test b/libacc/tests/test
new file mode 100755
index 0000000..ef10500
--- /dev/null
+++ b/libacc/tests/test
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+SCRIPT_DIR=`dirname $BASH_SOURCE`
+cd $SCRIPT_DIR
+python test.py
+