summaryrefslogtreecommitdiffstats
path: root/tests/Android.mk
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2016-12-23 18:22:51 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-12-23 18:22:51 +0100
commitf24d2a6b397070872f33487536063a0c5905fc64 (patch)
treee70c51beecac505ebbbbcf5e04d0a8816fa71a1f /tests/Android.mk
parentMerge "tests: Replace the O_RDONLY in access(2)." (diff)
parenttests: Add test coverage for DirUtil. (diff)
downloadandroid_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.mk1
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 \