From ea6e382143e4a8df894d47db3a6cb79a38ad4530 Mon Sep 17 00:00:00 2001 From: Christopher Wiley Date: Wed, 7 Oct 2015 13:16:34 -0700 Subject: 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 --- Android.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'Android.mk') 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 \ -- cgit v1.2.3