aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanjay Singh Rawat <sanjay.rawat@linaro.org>2014-04-11 11:22:35 +0530
committerSanjay Singh Rawat <sanjay.rawat@linaro.org>2014-04-11 11:22:35 +0530
commit0095eb90602d3399b816a5f79293c56f0fa00afa (patch)
tree0d59c314518379f84c4491c60414cdb0c781844e
parent6a8c2ae8a6035b15a7fbe61b6ca56841e056fa37 (diff)
suspend: generate sanity file for android
suspend android.mk is missing the sanity file entry, which will be generated in out dir Signed-off-by: Sanjay Singh Rawat <sanjay.rawat@linaro.org>
-rw-r--r--suspend/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/suspend/Android.mk b/suspend/Android.mk
index d394401..fc85f6d 100644
--- a/suspend/Android.mk
+++ b/suspend/Android.mk
@@ -14,5 +14,5 @@ define $(module_name)_add_executable
include $(BUILD_PREBUILT)
endef
-test_num := 01 02 03 04 05
+test_num := sanity 01 02 03 04 05
$(foreach item,$(test_num),$(eval $(call $(module_name)_add_executable, $(module_name)_$(item))))