diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-03-28 10:31:26 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-03-28 10:31:36 +0100 |
commit | 20a6cb7464f7cff749f417bcf30d9ba1d52a1156 (patch) | |
tree | d2bb8f34f14900322e19a924e35817b8a89685e9 | |
parent | 1e13404118fb17a6368d72ecd547c35cac56a339 (diff) |
-rw-r--r-- | test/nptl/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/nptl/Makefile.in b/test/nptl/Makefile.in index 6f33342..5c14e36 100644 --- a/test/nptl/Makefile.in +++ b/test/nptl/Makefile.in @@ -23,7 +23,7 @@ ifeq ($(TARGET_ARCH),sh) TESTS_DISABLED := tst-cond1 tst-cond4 tst-cond6 tst-cond7 tst-cond10 \ tst-cond13 tst-cond14 tst-cond15 tst-cond18 tst-cond20 \ tst-cond21 tst-cond22 tst-cputimer1 tst-cputimer2 tst-cputimer3 \ - tst-mutex8 tst-timer4 tst-timer5 + tst-mutex8 tst-timer4 tst-timer5 tst-spin3 endif TESTS := tst-align tst-align2 tst-atfork1 tst-attr1 tst-attr2 tst-attr3 \ |