summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorChristopher Wiley <wiley@google.com>2015-10-18 11:36:23 -0700
committerChristopher Wiley <wiley@google.com>2015-10-19 19:46:52 -0700
commitaf2d510018c546961e502b61682eaf8a019cc974 (patch)
tree2793ef1e1450ac97f7baa53db46539e1daddf1f3 /Android.mk
parenta30a45e7b7cdd3c4b5b7c5dcc6ce005abfe7c90f (diff)
downloadandroid_system_tools_aidl-af2d510018c546961e502b61682eaf8a019cc974.tar.gz
android_system_tools_aidl-af2d510018c546961e502b61682eaf8a019cc974.tar.bz2
android_system_tools_aidl-af2d510018c546961e502b61682eaf8a019cc974.zip
Add end to end test for C++ generation
Bug: None Test: Unit tests pass Change-Id: If3e49a6053d9945f6a6da2a9832e9120d6be5b03
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 7658111..483657d 100644
--- a/Android.mk
+++ b/Android.mk
@@ -86,9 +86,10 @@ LOCAL_SRC_FILES := \
generate_cpp_unittest.cpp \
options_unittest.cpp \
tests/end_to_end_tests.cpp \
- tests/example_interface_test_data.cpp \
tests/fake_io_delegate.cpp \
tests/main.cpp \
+ tests/test_data_example_interface.cpp \
+ tests/test_data_ping_responder.cpp \
tests/test_util.cpp \
type_cpp_unittest.cpp \
type_java_unittest.cpp \