summaryrefslogtreecommitdiff
path: root/lib/querypath/test/runTests.sh
blob: 1868c66f9a4d5150b73937a664b31bd3bc6a0599 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

phpunit=/Applications/MAMP/bin/php5/bin/phpunit
cd ..
$phpunit test/Tests/
cd -
rm "db/qpTest.db"
rm "db/qpTest2.db"