diff options
author | Tao Bao <tbao@google.com> | 2016-12-23 18:22:51 +0100 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2016-12-23 18:22:51 +0100 |
commit | f24d2a6b397070872f33487536063a0c5905fc64 (patch) | |
tree | e70c51beecac505ebbbbcf5e04d0a8816fa71a1f /tests/Android.mk | |
parent | Merge "tests: Replace the O_RDONLY in access(2)." (diff) | |
parent | tests: Add test coverage for DirUtil. (diff) | |
download | android_bootable_recovery-f24d2a6b397070872f33487536063a0c5905fc64.tar android_bootable_recovery-f24d2a6b397070872f33487536063a0c5905fc64.tar.gz android_bootable_recovery-f24d2a6b397070872f33487536063a0c5905fc64.tar.bz2 android_bootable_recovery-f24d2a6b397070872f33487536063a0c5905fc64.tar.lz android_bootable_recovery-f24d2a6b397070872f33487536063a0c5905fc64.tar.xz android_bootable_recovery-f24d2a6b397070872f33487536063a0c5905fc64.tar.zst android_bootable_recovery-f24d2a6b397070872f33487536063a0c5905fc64.zip |
Diffstat (limited to 'tests/Android.mk')
-rw-r--r-- | tests/Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Android.mk b/tests/Android.mk index effed8313..17e2b7f5b 100644 --- a/tests/Android.mk +++ b/tests/Android.mk @@ -33,6 +33,7 @@ LOCAL_STATIC_LIBRARIES := \ LOCAL_SRC_FILES := \ unit/asn1_decoder_test.cpp \ + unit/dirutil_test.cpp \ unit/locale_test.cpp \ unit/sysutil_test.cpp \ unit/zip_test.cpp \ |