summaryrefslogtreecommitdiff
path: root/tests/remote
diff options
context:
space:
mode:
authorwtc <wtc@google.com>2013-04-03 12:12:13 +0200
committerwtc <wtc@google.com>2013-04-03 12:12:13 +0200
commit28555537cc3abf21d6cc14c4b3a71813a4496d94 (patch)
tree293d6d5716b6fd2d13cfa8e3ecd007cb12d7d152 /tests/remote
parent255d309d4ba2bf939fd3018d464d8df182afcbc8 (diff)
downloadnss-hg-28555537cc3abf21d6cc14c4b3a71813a4496d94.tar.gz
Bug 854063, Package nss/cmd/bltest/tests for testing on an Android device, r=kaie
Diffstat (limited to 'tests/remote')
-rw-r--r--tests/remote/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/remote/Makefile b/tests/remote/Makefile
index ebae72d78..126bcf48a 100644
--- a/tests/remote/Makefile
+++ b/tests/remote/Makefile
@@ -122,7 +122,7 @@ endif
echo 'echo exit status: $${RETVAL}' >> $(RTSH)
echo 'exit $${RETVAL}' >> $(RTSH)
rm -f $(TESTPACKAGE)
- (cd $(DIST)/../.. ; tar czhf dist/$(TESTPACKAGE) runtests.sh dist/$(OBJDIR_NAME) dist/public nss/tests nss/cmd/bltest/tests nss/cmd/shlibsign; echo "created "`pwd`"/dist/$(TESTPACKAGE)" )
+ (cd $(DIST)/../.. ; tar czhf dist/$(TESTPACKAGE) runtests.sh dist/$(OBJDIR_NAME) dist/public nss/tests nss/cmd/bltest/tests nss/cmd/pk11gcmtest/tests nss/cmd/shlibsign; echo "created "`pwd`"/dist/$(TESTPACKAGE)" )
android_run_tests:
ssh -p $(ANDROID_PORT) -o CheckHostIP=no $(ANDROID_ADDR) 'pwd; cd; pwd; cd nsstest; export PATH=$$HOME/bin:$$PATH ; $(TEST_SHELL) runtests.sh'