summaryrefslogtreecommitdiff
path: root/test/pthread
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2023-08-08 16:26:35 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2023-08-08 16:26:35 +0200
commit0f303c63fab7f4038515ced6f2659242cf60ac19 (patch)
tree4bc220332ddf67e56adb79d9eaf1e93399f00b34 /test/pthread
parente5353036e3a26e7b46c3fb6a82db71512d5e441a (diff)
cris: disable stalling tests
Diffstat (limited to 'test/pthread')
-rw-r--r--test/pthread/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/pthread/Makefile.in b/test/pthread/Makefile.in
index cb7cb6d..bbcc411 100644
--- a/test/pthread/Makefile.in
+++ b/test/pthread/Makefile.in
@@ -6,6 +6,9 @@ TESTS_DISABLED += cancellation-points
ifeq ($(TARGET_ARCH),sh)
TESTS_DISABLED += ex2 ex7
endif
+ifeq ($(TARGET_ARCH),cris)
+TESTS_DISABLED += ex2 ex5
+endif
EXTRA_LDFLAGS := -lpthread