summaryrefslogtreecommitdiff
path: root/tests/ext4/Android.mk
diff options
context:
space:
mode:
authorMohamad Ayyash <mkayyash@google.com>2014-03-13 20:56:12 -0700
committerMohamad Ayyash <mkayyash@google.com>2014-03-17 13:50:44 -0700
commit8303f4d324caf9f66d043a53961ed75c2b6d4e2d (patch)
tree96e3492cec9d55eb2e20aa43f00c4d186a746408 /tests/ext4/Android.mk
parente17edfec6b0835f129020e658b584eab2ca7f1ee (diff)
downloadextras-8303f4d324caf9f66d043a53961ed75c2b6d4e2d.tar.gz
fstest: Add a set of filesystem recovery tests with gTest.
Tests to verify recovery from super block and gdt corruption. TESTED: Verified in dmesg that e2fsck is detecting and fixing errors in the filesystem. Change-Id: I1da6352c67fda3466b57875554a42291bd11809c
Diffstat (limited to 'tests/ext4/Android.mk')
-rw-r--r--tests/ext4/Android.mk21
1 files changed, 1 insertions, 20 deletions
diff --git a/tests/ext4/Android.mk b/tests/ext4/Android.mk
index e76ccae6..e471ef95 100644
--- a/tests/ext4/Android.mk
+++ b/tests/ext4/Android.mk
@@ -3,27 +3,8 @@
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
-LOCAL_SRC_FILES:= corrupt_gdt_free_blocks.c
-LOCAL_MODULE:= corrupt_gdt_free_blocks
-LOCAL_MODULE_TAGS := debug
-LOCAL_C_INCLUDES += system/extras/ext4_utils
-
-include $(BUILD_EXECUTABLE)
-
-
-include $(CLEAR_VARS)
-
-LOCAL_SRC_FILES:= set_ext4_err_bit.c
-LOCAL_MODULE:= set_ext4_err_bit
-LOCAL_MODULE_TAGS := debug
-
-include $(BUILD_EXECUTABLE)
-
-
-include $(CLEAR_VARS)
-
LOCAL_SRC_FILES:= rand_emmc_perf.c
-LOCAL_MODULE:= rand_emmc_perf
+LOCAL_MODULE:= rand_emmc_perf
LOCAL_MODULE_TAGS := optional
LOCAL_FORCE_STATIC_EXECUTABLE := true
LOCAL_STATIC_LIBRARIES := libm libc