summaryrefslogtreecommitdiff
path: root/test/mmap/Makefile.in
blob: 5eff82ebe6b4ab667058630af22216f56f3169e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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

ifeq ($(TARGET_ARCH),riscv32)
TESTS_DISABLED := mmap2
endif

ifeq ($(TARGET_ARCH),xtensa)
TESTS_DISABLED := mmap2
endif