summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Christopher Wiley <wiley@google.com> 2015-09-03 00:39:22 +0000
committer Android Git Automerger <android-git-automerger@android.com> 2015-09-03 00:39:22 +0000
commitc9c24467735425f3ae83e88e1f024fbf34545495 (patch)
tree381378a909ed5ed0efd73ad64091363a8ffd7f7a
parent1be040fb7d849762bf31bf9f898a4a004015aeb1 (diff)
parenta3b4fb6851dc91222863783b7ac6664d62df2c3d (diff)
am a3b4fb68: am b14e7b84: Merge "aidl: Remove example test"
* commit 'a3b4fb6851dc91222863783b7ac6664d62df2c3d': aidl: Remove example test
-rw-r--r--tools/aidl/Android.mk1
-rw-r--r--tools/aidl/tests/test.cpp3
2 files changed, 0 insertions, 4 deletions
diff --git a/tools/aidl/Android.mk b/tools/aidl/Android.mk
index b7bcae64e1f7..d7b200646462 100644
--- a/tools/aidl/Android.mk
+++ b/tools/aidl/Android.mk
@@ -56,7 +56,6 @@ LOCAL_CFLAGS := -g -DUNIT_TEST -Wall -Werror
LOCAL_SRC_FILES := \
options_unittest.cpp \
test_main.cpp \
- tests/test.cpp \
LOCAL_STATIC_LIBRARIES := \
libaidl-common \
diff --git a/tools/aidl/tests/test.cpp b/tools/aidl/tests/test.cpp
deleted file mode 100644
index 15ae294138a8..000000000000
--- a/tools/aidl/tests/test.cpp
+++ /dev/null
@@ -1,3 +0,0 @@
-#include <gtest/gtest.h>
-
-TEST(DummyCase, DummyTest) {}