pthread: Do not overwrite tests-time64
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 14 Feb 2022 12:27:05 +0000 (09:27 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 7 Mar 2022 13:02:54 +0000 (10:02 -0300)
So nptl/Makefile tests are not overwritten.

sysdeps/pthread/Makefile

index c972bd8..318dfdc 100644 (file)
@@ -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 \