pthread: Do not overwrite tests-time64

So nptl/Makefile tests are not overwritten.
This commit is contained in:
Adhemerval Zanella 2022-02-14 09:27:05 -03:00
parent f42415c736
commit 35c954b959

View 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 \