[COMMITTED] pthread: Do not overwrite tests-time64

Message ID 20220307130539.2367539-1-adhemerval.zanella@linaro.org
State Committed
Commit 35c954b959ea04400d29bc5ea6ff68bd1b4d3cf4
Headers
Series [COMMITTED] pthread: Do not overwrite tests-time64 |

Commit Message

Adhemerval Zanella Netto March 7, 2022, 1:05 p.m. UTC
  So nptl/Makefile tests are not overwritten.
---
 sysdeps/pthread/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/sysdeps/pthread/Makefile b/sysdeps/pthread/Makefile
index c972bd819a..318dfdc04a 100644
--- a/sysdeps/pthread/Makefile
+++ b/sysdeps/pthread/Makefile
@@ -127,7 +127,7 @@  tests += tst-cnd-basic tst-mtx-trylock tst-cnd-broadcast \
 	 tst-pthread_kill-exiting \
 	 # tests
 
-tests-time64 := \
+tests-time64 += \
   tst-abstime-time64 \
   tst-cnd-timedwait-time64 \
   tst-cond11-time64 \