diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-06-15 20:42:29 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-06-15 20:42:29 +0200 |
commit | 766da4190705a32fbddd5d0fe61175d76ad31090 (patch) | |
tree | fde449e8a7bb1c6a8ae7a46e4e780c51314f5e87 /test/mmap/Makefile.in | |
parent | 14b15ceb1e98ff9a3cacd99bc1a77ce02e8c8684 (diff) |
test: mmap2 is not ARM specific
Diffstat (limited to 'test/mmap/Makefile.in')
-rw-r--r-- | test/mmap/Makefile.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/mmap/Makefile.in b/test/mmap/Makefile.in index 7bb34acb6..581f3b062 100644 --- a/test/mmap/Makefile.in +++ b/test/mmap/Makefile.in @@ -1,6 +1,2 @@ # uClibc mmap tests # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. - -ifneq ($(TARGET_ARCH),arm) -TESTS_DISABLED += mmap-arm -endif |