From d29acb5c67ffc02ee011f6e3ae4eab0f959aac1f Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 9 Jul 2005 00:30:03 +0000 Subject: might as well test mmap64() too --- test/mmap/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/mmap/Makefile') 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 -- cgit v1.2.3