diff options
Diffstat (limited to 'test/mmap/Makefile')
-rw-r--r-- | test/mmap/Makefile | 2 |
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 |