Signed-off-by: Lisa Nguyen <[email protected]>
---
cpuhotplug/Android.mk | 4 +---
cputopology/Android.mk | 2 +-
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))))
--
1.7.9.5
_______________________________________________
linaro-dev mailing list
[email protected]
http://lists.linaro.org/mailman/listinfo/linaro-dev