diff options
author | Casey Dahlin <sadmac@google.com> | 2015-08-28 15:46:48 -0700 |
---|---|---|
committer | Casey Dahlin <sadmac@google.com> | 2015-08-28 16:21:53 -0700 |
commit | 8a8775c1db7012500ea94405e481f07f1ee7e645 (patch) | |
tree | 907be49256d419a4677feb81952ddc7b459cf1ea /tools/aidl/tests/test.cpp | |
parent | ea288fd3d4272cc6cd5da94b942fc4cfdc76e030 (diff) |
Set up aidl for gtest
Bug: 23516947
Change-Id: I1c004868525f462d04894a7b96c671b626061ab5
Signed-off-by: Casey Dahlin <sadmac@google.com>
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) {} |