Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6d57207f authored by Christopher Wiley's avatar Christopher Wiley
Browse files

aidl: Remove example test

We have enough tests demonstrating how to write them.

Bug: 23516947
Change-Id: I966cb6bb2d754db389be8f9b90957ac33cf66639
Test: Unittests pass.
parent f37947cb
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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 \

tools/aidl/tests/test.cpp

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
#include <gtest/gtest.h>

TEST(DummyCase, DummyTest) {}