aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLisa Nguyen <lisa.nguyen@linaro.org>2016-01-25 02:13:52 +0000
committerLisa Nguyen <lisa.nguyen@linaro.org>2016-01-25 02:18:21 +0000
commitffe3528b788efa02895cfe51a00f7db89b1475a7 (patch)
treea9b3812d58c9914ea977ebd7f23896819f51269d
parentdd6d1ea1661c2f410a4d643b5cb928d3fa092e8d (diff)
cputopology: Add test numbers 03 and 04 in cputopology/Android.mk
Since cputopology_03.sh and cputopology_04.sh are tests that have been recently added, make sure they get included when compiling for Android. Signed-off-by: Lisa Nguyen <lisa.nguyen@linaro.org>
-rw-r--r--cputopology/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/cputopology/Android.mk b/cputopology/Android.mk
index d9b6415..f1c2821 100644
--- a/cputopology/Android.mk
+++ b/cputopology/Android.mk
@@ -15,5 +15,5 @@ define $(module_name)_add_executable
include $(BUILD_PREBUILT)
endef
-test_num := sanity 01 02
+test_num := sanity 01 02 03 04
$(foreach item,$(test_num),$(eval $(call $(module_name)_add_executable, $(module_name)_$(item))))