summaryrefslogtreecommitdiff
path: root/test/mmap/Makefile
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-07-09 00:30:03 +0000
committerMike Frysinger <vapier@gentoo.org>2005-07-09 00:30:03 +0000
commitd29acb5c67ffc02ee011f6e3ae4eab0f959aac1f (patch)
treeae86cf37cd0c09ff3a7d77d05dcf2f637d245565 /test/mmap/Makefile
parentab530243970094e42e9ccbc902e964efae1a5f7b (diff)
might as well test mmap64() too
Diffstat (limited to 'test/mmap/Makefile')
-rw-r--r--test/mmap/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mmap/Makefile b/test/mmap/Makefile
index c39fb6f66..4addff95a 100644
--- a/test/mmap/Makefile
+++ b/test/mmap/Makefile
@@ -1,6 +1,6 @@
# uClibc mmap tests
# Licensed under the GNU Library General Public License, see COPYING.LIB
-TESTS = mmap
+TESTS = mmap mmap64
include ../Test.mak