Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
rockchip_libcore
Commits
7cb339e0
Commit
7cb339e0
authored
15 years ago
by
Brian Carlstrom
Browse files
Options
Download
Email Patches
Plain Diff
Update run-core-tests classpath
Change-Id: Ie5a988f01eacec67717cf1d529f7d0cd538e874c
parent
476f42f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
run-core-tests
run-core-tests
+2
-2
No files found.
run-core-tests
View file @
7cb339e0
...
...
@@ -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-junit
runner
.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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment