Merge "Check that dir name is a pid before attempting to read"
diff --git a/tests/Android.mk b/tests/Android.mk
index 416e621..b1e309b 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -12,4 +12,5 @@
 LOCAL_MODULE := vold_tests
 LOCAL_MODULE_TAGS := eng tests
 
+LOCAL_CFLAGS := -Wall -Werror
 include $(BUILD_NATIVE_TEST)