diff options
author | Brian Carlstrom <bdc@google.com> | 2010-06-15 13:28:00 -0700 |
---|---|---|
committer | Brian Carlstrom <bdc@google.com> | 2010-06-15 13:28:00 -0700 |
commit | 7cb339e0de3e5aa5d374a8913308a725e790356c (patch) | |
tree | 7e5044ac372049ed996617f00af8b39ee00adfce | |
parent | 476f42f709cca648bfa05598ac1b7191b839fa6c (diff) | |
download | libcore-7cb339e0de3e5aa5d374a8913308a725e790356c.zip libcore-7cb339e0de3e5aa5d374a8913308a725e790356c.tar.gz libcore-7cb339e0de3e5aa5d374a8913308a725e790356c.tar.bz2 |
Update run-core-tests classpath
Change-Id: Ie5a988f01eacec67717cf1d529f7d0cd538e874c
-rwxr-xr-x | run-core-tests | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/run-core-tests b/run-core-tests index 80570f8d..9a4ff38 100755 --- a/run-core-tests +++ b/run-core-tests @@ -24,9 +24,9 @@ mkdir $tmp chmod 777 $tmp # Build the classpath by putting together the jar file for each module. -classpath="/system/framework/core-junit.jar:/system/framework/core-junitrunner.jar" +classpath="/system/framework/core-junitrunner.jar:/system/framework/core-tests.jar" classpath="$classpath:/system/framework/sqlite-jdbc.jar" # Bonus item for jdbc testing. -modules="dom json luni support xml" +modules="dom json support xml" for module in $modules; do classpath="$classpath:/system/framework/core-tests-$module.jar" done |