diff options
author | Christopher Wiley <wiley@google.com> | 2015-09-02 12:49:52 -0700 |
---|---|---|
committer | Christopher Wiley <wiley@google.com> | 2015-09-02 12:55:07 -0700 |
commit | 6d57207f37f6b82ca77770bfcbf67d4fa3fde46c (patch) | |
tree | 816f718289f30d036a3d2bc013d0eac84adecd95 | |
parent | f37947cb1a452b81f7b25cf961763c2ec3db5632 (diff) |
aidl: Remove example test
We have enough tests demonstrating how to write them.
Bug: 23516947
Change-Id: I966cb6bb2d754db389be8f9b90957ac33cf66639
Test: Unittests pass.
-rw-r--r-- | tools/aidl/Android.mk | 1 | ||||
-rw-r--r-- | tools/aidl/tests/test.cpp | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/tools/aidl/Android.mk b/tools/aidl/Android.mk index 542f272d8af7..90512398d926 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 15ae294138a8..000000000000 --- a/tools/aidl/tests/test.cpp +++ /dev/null @@ -1,3 +0,0 @@ -#include <gtest/gtest.h> - -TEST(DummyCase, DummyTest) {} |