diff options
-rw-r--r-- | test/mmap/Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/mmap/Makefile.in b/test/mmap/Makefile.in index b15ea82..c8b1d96 100644 --- a/test/mmap/Makefile.in +++ b/test/mmap/Makefile.in @@ -1,2 +1,6 @@ # uClibc-ng mmap tests # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. + +ifeq ($(TARGET_ARCH),arm) +TESTS_DISABLED := mmap2 +endif |