summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMark Salyzyn <salyzyn@google.com>2016-01-14 09:20:47 -0800
committerMark Salyzyn <salyzyn@google.com>2016-11-22 08:38:12 -0800
commit11a438be18b89a82725ec83c0495ad47cf435ea9 (patch)
tree65c47406f600ba2cd337447a3f93906b72bad014 /tests
parent3d66aa307eed9ed622a70df0814e6c398bac40f9 (diff)
downloadextras-11a438be18b89a82725ec83c0495ad47cf435ea9.tar.gz
time test reclassification as gTest
Test: compile Bug: 26559308 Change-Id: I2198f8b580f5302bd3ca015a86fcd04e680765ee
Diffstat (limited to 'tests')
-rw-r--r--tests/timetest/Android.mk16
1 files changed, 4 insertions, 12 deletions
diff --git a/tests/timetest/Android.mk b/tests/timetest/Android.mk
index 92bbf1ee..b6448949 100644
--- a/tests/timetest/Android.mk
+++ b/tests/timetest/Android.mk
@@ -3,20 +3,12 @@
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
-
-LOCAL_SRC_FILES:= timetest.c
-
-LOCAL_MODULE:= timetest
-
-LOCAL_MODULE_TAGS := optional
-
+LOCAL_SRC_FILES := timetest.c
+LOCAL_MODULE := timetest
+LOCAL_MODULE_TAGS := tests
LOCAL_FORCE_STATIC_EXECUTABLE := true
-LOCAL_MODULE_PATH := $(TARGET_ROOT_OUT_SBIN)
-LOCAL_UNSTRIPPED_PATH := $(TARGET_ROOT_OUT_SBIN_UNSTRIPPED)
-
LOCAL_STATIC_LIBRARIES := libc
-
-include $(BUILD_EXECUTABLE)
+include $(BUILD_NATIVE_TEST)
# -----------------------------------------------------------------------------
# Unit tests.