Merge "aidl: Remove example test"

This commit is contained in:
Christopher Wiley
2015-09-02 21:10:09 +00:00
committed by Gerrit Code Review
2 changed files with 0 additions and 4 deletions

View File

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

View File

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