aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLisa Nguyen <lisa.nguyen@linaro.org>2015-01-28 12:40:09 -0800
committerLisa Nguyen <lisa.nguyen@linaro.org>2015-02-03 12:37:48 -0800
commit578b349f6fa2795ff0544038e6e390be5b83868a (patch)
tree4889bde0c5460a46ab1e3f072b13b3892014f696
parentcf24e78f4cf02bac989afd92f54a3bd3d5011819 (diff)
downloadpm-qa-578b349f6fa2795ff0544038e6e390be5b83868a.tar.gz
Android: Update makefiles with new test numbers
Update the Android makefiles to include new test numbers to run cputopology_sanity.sh, cpuhotplug_00.sh (formerly 1_sanity_check.sh), and cpuhotplug_99.sh (formerly z_sanity_check.sh). Signed-off-by: Lisa Nguyen <lisa.nguyen@linaro.org>
-rw-r--r--cpuhotplug/Android.mk4
-rw-r--r--cputopology/Android.mk2
2 files changed, 2 insertions, 4 deletions
diff --git a/cpuhotplug/Android.mk b/cpuhotplug/Android.mk
index fabb70a..ac0ff0b 100644
--- a/cpuhotplug/Android.mk
+++ b/cpuhotplug/Android.mk
@@ -14,7 +14,7 @@ define $(module_name)_add_executable
include $(BUILD_PREBUILT)
endef
-test_num := sanity 01 02 03 04 05 06 07 08
+test_num := sanity 00 01 02 03 04 05 06 07 08 99
$(foreach item,$(test_num),$(eval $(call $(module_name)_add_executable, $(module_name)_$(item))))
define $(module_name)_etc_add_executable
@@ -28,5 +28,3 @@ define $(module_name)_etc_add_executable
include $(BUILD_PREBUILT)
endef
-test_names := 1_sanity_check z_sanity_check
-$(foreach item,$(test_names),$(eval $(call $(module_name)_etc_add_executable, $(item))))
diff --git a/cputopology/Android.mk b/cputopology/Android.mk
index d5b5480..3555496 100644
--- a/cputopology/Android.mk
+++ b/cputopology/Android.mk
@@ -14,5 +14,5 @@ define $(module_name)_add_executable
include $(BUILD_PREBUILT)
endef
-test_num := 01 02
+test_num := sanity 01 02
$(foreach item,$(test_num),$(eval $(call $(module_name)_add_executable, $(module_name)_$(item))))