aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/vm/Makefile
diff options
context:
space:
mode:
authorJoern Engel <joern@logfs.org>2013-07-03 18:09:19 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2013-07-03 19:08:07 -0400
commit7e50533d4b84289e4f01de56d6f98e9c64e2229e (patch)
tree87ddd7bb0f6ccc41e74e2ae22f38e71ff03df152 /tools/testing/selftests/vm/Makefile
parentfc256f04eb82abcd2bd828fee4af0c36763ffee0 (diff)
selftests: add hugetlbfstest
As the confusing naming indicates, this test has some overlap with pre-existing tests. Would be nice to merge them eventually. But since it is only test code, cleanliness is much less important than mere existence. Signed-off-by: Joern Engel <joern@logfs.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'tools/testing/selftests/vm/Makefile')
-rw-r--r--tools/testing/selftests/vm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/vm/Makefile b/tools/testing/selftests/vm/Makefile
index cb3f5f2e0f5f..3f94e1afd6cf 100644
--- a/tools/testing/selftests/vm/Makefile
+++ b/tools/testing/selftests/vm/Makefile
@@ -2,7 +2,7 @@
2 2
3CC = $(CROSS_COMPILE)gcc 3CC = $(CROSS_COMPILE)gcc
4CFLAGS = -Wall 4CFLAGS = -Wall
5BINARIES = hugepage-mmap hugepage-shm map_hugetlb thuge-gen 5BINARIES = hugepage-mmap hugepage-shm map_hugetlb thuge-gen hugetlbfstest
6 6
7all: $(BINARIES) 7all: $(BINARIES)
8%: %.c 8%: %.c