configlib/dbmsjdbc/runalltests.sh
author terytkon
Thu, 11 Mar 2010 18:20:56 +0200
changeset 1 b538b70cbe51
permissions -rw-r--r--
Move rest of the swconfigmdw package components to oss repository. -Changed sfl licences to epl.

#!/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"