summaryrefslogtreecommitdiff
path: root/lib/querypath/test/runTests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/querypath/test/runTests.sh')
-rwxr-xr-xlib/querypath/test/runTests.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/querypath/test/runTests.sh b/lib/querypath/test/runTests.sh
new file mode 100755
index 0000000..1868c66
--- /dev/null
+++ b/lib/querypath/test/runTests.sh
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+phpunit=/Applications/MAMP/bin/php5/bin/phpunit
+cd ..
+$phpunit test/Tests/
+cd -
+rm "db/qpTest.db"
+rm "db/qpTest2.db"