diff options
Diffstat (limited to 'run-core-tests')
-rwxr-xr-x | run-core-tests | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/run-core-tests b/run-core-tests index 893b0d6..80570f8d 100755 --- a/run-core-tests +++ b/run-core-tests @@ -24,7 +24,8 @@ mkdir $tmp chmod 777 $tmp # Build the classpath by putting together the jar file for each module. -classpath="/system/framework/sqlite-jdbc.jar" # Bonus item for jdbc testing. +classpath="/system/framework/core-junit.jar:/system/framework/core-junitrunner.jar" +classpath="$classpath:/system/framework/sqlite-jdbc.jar" # Bonus item for jdbc testing. modules="dom json luni support xml" for module in $modules; do classpath="$classpath:/system/framework/core-tests-$module.jar" |