diff options
author | Tor Norbye <tnorbye@google.com> | 2012-11-16 20:11:42 +0100 |
---|---|---|
committer | Tor Norbye <tnorbye@google.com> | 2012-11-26 17:30:22 -0800 |
commit | b293ca775054871164e9e3c83833a2fd4601387c (patch) | |
tree | f7601ace94fd544fcd28404503df055dc1a2ffb2 /eclipse/scripts/create_all_symlinks.sh | |
parent | a96737ef1ee717e322c87a8ef391440b2aaf03b6 (diff) | |
download | sdk-b293ca775054871164e9e3c83833a2fd4601387c.zip sdk-b293ca775054871164e9e3c83833a2fd4601387c.tar.gz sdk-b293ca775054871164e9e3c83833a2fd4601387c.tar.bz2 |
Add sdktestutils package and consolidate some test utility code
This CL creates a new project, sdk/testutils, which is added to the
test projects for ADT and lint. It contains various test utility code,
some from ADT tests, some from lint tests, and some duplicated in
both, and some new utility code such as a better diff-er.
The CL also updates a bunch of tests; many golden files are updated to
the new test file diff output format, and some golden files were out
of date, and in a couple of cases I fixed some bugs I noticed in the
output.
Change-Id: I98c49c929916ae9bad24db45602e10ded6c526da
Diffstat (limited to 'eclipse/scripts/create_all_symlinks.sh')
-rwxr-xr-x | eclipse/scripts/create_all_symlinks.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse/scripts/create_all_symlinks.sh b/eclipse/scripts/create_all_symlinks.sh index 4e32353..3130cf1 100755 --- a/eclipse/scripts/create_all_symlinks.sh +++ b/eclipse/scripts/create_all_symlinks.sh @@ -156,7 +156,7 @@ CP_FILES="$CP_FILES @:$DDMS_DEST $DDMS_LIBS $DDMS_PREBUILTS" ### TEST ### TEST_DEST="sdk/eclipse/plugins/com.android.ide.eclipse.tests" -TEST_LIBS="easymock" +TEST_LIBS="easymock sdktestutils" TEST_PREBUILTS="prebuilts/misc/common/kxml2/kxml2-2.3.0.jar" LIBS="$LIBS $TEST_LIBS" |