summaryrefslogtreecommitdiffstats
path: root/tests/Android.mk
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2016-11-07 23:45:59 +0100
committerTianjie Xu <xunchang@google.com>2016-11-08 19:42:51 +0100
commit5d8b53b248ac56cb8280d2d2d653f12c43a26abd (patch)
treefc7b14a288690d3a3e6da7f8fd169b118689ccbc /tests/Android.mk
parentMerge "otautil: Clean up SysUtil.cpp." (diff)
downloadandroid_bootable_recovery-5d8b53b248ac56cb8280d2d2d653f12c43a26abd.tar
android_bootable_recovery-5d8b53b248ac56cb8280d2d2d653f12c43a26abd.tar.gz
android_bootable_recovery-5d8b53b248ac56cb8280d2d2d653f12c43a26abd.tar.bz2
android_bootable_recovery-5d8b53b248ac56cb8280d2d2d653f12c43a26abd.tar.lz
android_bootable_recovery-5d8b53b248ac56cb8280d2d2d653f12c43a26abd.tar.xz
android_bootable_recovery-5d8b53b248ac56cb8280d2d2d653f12c43a26abd.tar.zst
android_bootable_recovery-5d8b53b248ac56cb8280d2d2d653f12c43a26abd.zip
Diffstat (limited to '')
-rw-r--r--tests/Android.mk13
1 files changed, 12 insertions, 1 deletions
diff --git a/tests/Android.mk b/tests/Android.mk
index 86591f71d..e87a22964 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -34,7 +34,6 @@ LOCAL_STATIC_LIBRARIES := \
LOCAL_SRC_FILES := \
unit/asn1_decoder_test.cpp \
unit/locale_test.cpp \
- unit/recovery_test.cpp \
unit/sysutil_test.cpp \
unit/zip_test.cpp
@@ -42,6 +41,18 @@ LOCAL_C_INCLUDES := bootable/recovery
LOCAL_SHARED_LIBRARIES := liblog
include $(BUILD_NATIVE_TEST)
+# Manual tests
+include $(CLEAR_VARS)
+LOCAL_CLANG := true
+LOCAL_CFLAGS := -Werror
+LOCAL_MODULE := recovery_manual_test
+LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
+LOCAL_STATIC_LIBRARIES := libbase
+
+LOCAL_SRC_FILES := manual/recovery_test.cpp
+LOCAL_SHARED_LIBRARIES := liblog
+include $(BUILD_NATIVE_TEST)
+
# Component tests
include $(CLEAR_VARS)
LOCAL_CFLAGS := -Werror