Commit 7cb339e0 authored by Brian Carlstrom's avatar Brian Carlstrom
Browse files

Update run-core-tests classpath

Change-Id: Ie5a988f01eacec67717cf1d529f7d0cd538e874c
parent 476f42f7
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment