configlib/dbmsjdbc/runalltests.sh
author terytkon
Fri, 12 Mar 2010 08:30:17 +0200
changeset 2 87cfa131b535
parent 1 b538b70cbe51
permissions -rw-r--r--
Fixed the licence header on two files that the epl:ling script missed for some reason.

#!/bin/sh
rm -rf testlog.txt
find . -name "t_*" -exec {} >> testlog.txt \;
java -cp dbmsjdbctest.jar:dbmsjdbc.jar:junit.jar junit.textui.TestRunner com.symbian.dbms.jdbc.TestDbmsDriver >> testlog.txt
echo "Test results are stored in testlog.txt"