summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2025-03-03 08:31:20 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2025-03-03 08:31:20 +0100
commita53f70e9dc8157960594d0be92a8b56bcab94480 (patch)
tree321d808178cdee1b33508d5ca560329e4aa3b0b4 /test
parent132c6134d69146bcafbdda68ae3a9cbd9f8fb921 (diff)
bfin: disable tst-rlimit, test kernel is 2.6.28.10 without prlimit support
Diffstat (limited to 'test')
-rw-r--r--test/misc/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/misc/Makefile.in b/test/misc/Makefile.in
index 96c1fd9..39db97a 100644
--- a/test/misc/Makefile.in
+++ b/test/misc/Makefile.in
@@ -6,6 +6,9 @@ TESTS_DISABLED := outb tst-fnmatch bug-glob1 tst-gnuglob
ifeq ($(TARGET_ARCH),avr32)
TESTS_DISABLED += tst-inotify
endif
+ifeq ($(TARGET_ARCH),bfin)
+TESTS_DISABLED += tst-rlimit
+endif
CFLAGS_dirent64 := -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
CFLAGS_tst-rlimit64 := -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64