diff options
Diffstat (limited to 'tools/aidl/tests/test.cpp')
-rw-r--r-- | tools/aidl/tests/test.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/aidl/tests/test.cpp b/tools/aidl/tests/test.cpp new file mode 100644 index 000000000000..15ae294138a8 --- /dev/null +++ b/tools/aidl/tests/test.cpp @@ -0,0 +1,3 @@ +#include <gtest/gtest.h> + +TEST(DummyCase, DummyTest) {} |