From 6d57207f37f6b82ca77770bfcbf67d4fa3fde46c Mon Sep 17 00:00:00 2001 From: Christopher Wiley Date: Wed, 2 Sep 2015 12:49:52 -0700 Subject: [PATCH] aidl: Remove example test We have enough tests demonstrating how to write them. Bug: 23516947 Change-Id: I966cb6bb2d754db389be8f9b90957ac33cf66639 Test: Unittests pass. --- tools/aidl/Android.mk | 1 - tools/aidl/tests/test.cpp | 3 --- 2 files changed, 4 deletions(-) delete mode 100644 tools/aidl/tests/test.cpp diff --git a/tools/aidl/Android.mk b/tools/aidl/Android.mk index 542f272d8af7b..90512398d9261 100644 --- a/tools/aidl/Android.mk +++ b/tools/aidl/Android.mk @@ -57,7 +57,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 15ae294138a8e..0000000000000 --- a/tools/aidl/tests/test.cpp +++ /dev/null @@ -1,3 +0,0 @@ -#include - -TEST(DummyCase, DummyTest) {}