aboutsummaryrefslogtreecommitdiff
path: root/AfwTestHarnessBuild.mk
diff options
context:
space:
mode:
Diffstat (limited to 'AfwTestHarnessBuild.mk')
-rw-r--r--AfwTestHarnessBuild.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/AfwTestHarnessBuild.mk b/AfwTestHarnessBuild.mk
index 504bf0b..bc351cf 100644
--- a/AfwTestHarnessBuild.mk
+++ b/AfwTestHarnessBuild.mk
@@ -43,7 +43,7 @@ $(afw_th_dir)/all_afw_th_files_stamp: $(AFW_TH_TEST_CASES) $(AFW_TH_SUPPORT_PACK
# Generate the default test plan for User.
-# Usage: buildAfwTest.py <testRoot> <ctsOutputDir> <tempDir> <androidRootDir> <docletPath>
+# Usage: buildAfwTest.py <testRoot> <ctsOutputDir> <tempDir> <androidRootDir> <docletPath> <test_plan_def_file>
$(DEFAULT_TEST_PLAN): $(afw_th_dir)/all_afw_th_files_stamp $(afw_th_tools_src_dir)/utils/buildAfwTest.py $(AFW_TH_TEST_XMLS)
$(hide) $(afw_th_tools_src_dir)/utils/buildAfwTest.py ${afw_th_tests_src_dir} $(PRIVATE_DIR) $(TMP_DIR) $(TOP) $(afw_th_tests_src_dir)/TestPlanDef.xml
@@ -66,4 +66,7 @@ $(INTERNAL_AFW_TH_TARGET): $(afw_th_dir)/all_afw_th_files_stamp $(DEFAULT_TEST_P
.PHONY: afw-test-harness
afw-test-harness: $(INTERNAL_AFW_TH_TARGET) adb
+ $(hide) echo "********************************************"
+ $(hide) echo "To start tradefed, run: afw-test-tradefed"
+ $(hide) echo "********************************************"
$(call dist-for-goals,afw-test-harness,$(INTERNAL_AFW_TH_TARGET))