summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorChristopher Wiley <wiley@google.com>2015-10-07 13:16:34 -0700
committerChristopher Wiley <wiley@google.com>2015-10-07 13:54:13 -0700
commitea6e382143e4a8df894d47db3a6cb79a38ad4530 (patch)
treec29b812c0440512ba0e5240617f5ddc745908d46 /Android.mk
parent72877acd3b57462fcd452bff4a9d7ff936936a8e (diff)
downloadandroid_system_tools_aidl-ea6e382143e4a8df894d47db3a6cb79a38ad4530.tar.gz
android_system_tools_aidl-ea6e382143e4a8df894d47db3a6cb79a38ad4530.tar.bz2
android_system_tools_aidl-ea6e382143e4a8df894d47db3a6cb79a38ad4530.zip
Mock file system dependencies in end to end tests
Use FakeIoDelegate in end to end tests to abstract file I/O. Bug: 24703046 Test: Unittests pass Change-Id: I1496d6e8d120a193262c2f90b2dec646a5c939c5
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index dc438c7..2e4764d 100644
--- a/Android.mk
+++ b/Android.mk
@@ -91,6 +91,7 @@ LOCAL_SRC_FILES := \
tests/end_to_end_tests.cpp \
tests/example_interface_test_data.cpp \
tests/fake_io_delegate.cpp \
+ tests/test_util.cpp \
type_cpp_unittest.cpp \
type_java_unittest.cpp \