diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-06-08 21:49:04 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-06-08 21:49:04 +0200 |
commit | bf70f6f1face8e36030544a74e5ea04903df16cb (patch) | |
tree | 5ac258f817f4993ef619d4e09db2164233c3f712 /test/mmap/Makefile.in | |
parent | 4fee9155f396cb2bcfe707f78aa4332837520f93 (diff) |
test: add new mmap tests from glibc
Rename mmap2 test as this is a ARM specific test, only
execute on ARM systems. Add more new tests from glibc.
Diffstat (limited to 'test/mmap/Makefile.in')
-rw-r--r-- | test/mmap/Makefile.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/mmap/Makefile.in b/test/mmap/Makefile.in new file mode 100644 index 000000000..7bb34acb6 --- /dev/null +++ b/test/mmap/Makefile.in @@ -0,0 +1,6 @@ +# 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 |