summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-06-15 20:42:29 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-06-15 20:42:29 +0200
commit766da4190705a32fbddd5d0fe61175d76ad31090 (patch)
treefde449e8a7bb1c6a8ae7a46e4e780c51314f5e87 /test
parent14b15ceb1e98ff9a3cacd99bc1a77ce02e8c8684 (diff)
test: mmap2 is not ARM specific
Diffstat (limited to 'test')
-rw-r--r--test/mmap/Makefile.in4
-rw-r--r--test/mmap/mmap2.c (renamed from test/mmap/mmap-arm.c)0
2 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
diff --git a/test/mmap/mmap-arm.c b/test/mmap/mmap2.c
index 8b94c6199..8b94c6199 100644
--- a/test/mmap/mmap-arm.c
+++ b/test/mmap/mmap2.c