aboutsummaryrefslogtreecommitdiff
path: root/suspend/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'suspend/Android.mk')
-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))))