aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/soft-dirty/Makefile
diff options
context:
space:
mode:
authorAndrew Morton <akpm@linux-foundation.org>2013-05-24 15:55:23 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2013-05-24 16:22:52 -0700
commit97c9266b11967e6401866b0111af59fa894180bf (patch)
tree5aee6fca4b8b12661d53d6570d8175d218eec0cb /tools/testing/selftests/soft-dirty/Makefile
parent4b949b8af12e24b8a48fa5bb775a13b558d9f4da (diff)
revert "selftest: add simple test for soft-dirty bit"
Revert commit 58c7be84fec8 ("selftest: add simple test for soft-dirty bit"). This is the self test for Pavel's pagemap2 patches which didn't actually get merged. Reported-by: Pavel Emelyanov <xemul@parallels.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'tools/testing/selftests/soft-dirty/Makefile')
-rw-r--r--tools/testing/selftests/soft-dirty/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/tools/testing/selftests/soft-dirty/Makefile b/tools/testing/selftests/soft-dirty/Makefile
deleted file mode 100644
index a9cdc823d6e..00000000000
--- a/tools/testing/selftests/soft-dirty/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-CFLAGS += -iquote../../../../include/uapi -Wall
-soft-dirty: soft-dirty.c
-
-all: soft-dirty
-
-clean:
- rm -f soft-dirty
-
-run_tests: all
- @./soft-dirty || echo "soft-dirty selftests: [FAIL]"