From: Adhemerval Zanella Date: Mon, 14 Feb 2022 12:27:05 +0000 (-0300) Subject: pthread: Do not overwrite tests-time64 X-Git-Tag: glibc-2.36~636 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35c954b959ea04400d29bc5ea6ff68bd1b4d3cf4;p=thirdparty%2Fglibc.git pthread: Do not overwrite tests-time64 So nptl/Makefile tests are not overwritten. --- diff --git a/sysdeps/pthread/Makefile b/sysdeps/pthread/Makefile index c972bd819a3..318dfdc04a8 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 \