summaryrefslogtreecommitdiff
path: root/test/pthread
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-05-18 04:10:41 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2024-05-18 04:10:41 +0200
commit132c6134d69146bcafbdda68ae3a9cbd9f8fb921 (patch)
tree58e5a2ebc100b0a3db1f142db00238b0712b7d93 /test/pthread
parent1bb237b695fbabf05fc196748e47b9ecb97e9903 (diff)
add nds32 ULPs file, disable stalling ex3 testHEADmaster
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 b989334..c989b58 100644
--- a/test/pthread/Makefile.in
+++ b/test/pthread/Makefile.in
@@ -6,6 +6,9 @@ TESTS_DISABLED += cancellation-points
ifeq ($(TARGET_ARCH),microblaze)
TESTS_DISABLED += ex3
endif
+ifeq ($(TARGET_ARCH),nds32)
+TESTS_DISABLED += ex3
+endif
ifeq ($(TARGET_ARCH),sh)
TESTS_DISABLED += ex2 ex7
endif