aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2008-04-23 14:52:30 -0700
committerEric Anholt <eric@anholt.net>2008-04-23 16:22:09 -0700
commit22877864c204139fe1c46899bedd237e38f0e849 (patch)
tree628aafef0a4c339896845141be02f8bf7c356936 /tests/Makefile.am
parent8c741ed54e1be63528e79222b600f37506c6d6d2 (diff)
Add mmap ioctl to mmfs.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index e2931013..67cb034d 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -24,7 +24,8 @@ TESTS = auth \
setversion \
updatedraw \
mmfs_basic \
- mmfs_readwrite
+ mmfs_readwrite \
+ mmfs_mmap
EXTRA_PROGRAMS = $(TESTS)
CLEANFILES = $(EXTRA_PROGRAMS) $(EXTRA_LTLIBRARIES)