diff options
Diffstat (limited to 'run-core-tests')
-rwxr-xr-x | run-core-tests | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/run-core-tests b/run-core-tests index 9c47f7c..171ee21 100755 --- a/run-core-tests +++ b/run-core-tests @@ -24,14 +24,13 @@ 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. modules="annotation archive concurrent crypto dom icu json \ logging luni-kernel luni math nio nio_char prefs regex security sql \ suncompat support text x-net xml" -classpath="" for module in $modules; do classpath="$classpath:/system/framework/core-tests-$module.jar" done -classpath=${classpath#:} exec dalvikvm \ -Duser.name=root \ |