aidl: Remove example test

We have enough tests demonstrating how to write them.

Bug: 23516947
Change-Id: I966cb6bb2d754db389be8f9b90957ac33cf66639
Test: Unittests pass.
This commit is contained in:
Christopher Wiley
2015-09-02 12:49:52 -07:00
parent f37947cb1a
commit 6d57207f37
2 changed files with 0 additions and 4 deletions

View File

@@ -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 \

View File

@@ -1,3 +0,0 @@
#include <gtest/gtest.h>
TEST(DummyCase, DummyTest) {}