From 35c954b959ea04400d29bc5ea6ff68bd1b4d3cf4 Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Mon, 14 Feb 2022 09:27:05 -0300 Subject: [PATCH] pthread: Do not overwrite tests-time64 So nptl/Makefile tests are not overwritten. --- sysdeps/pthread/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdeps/pthread/Makefile b/sysdeps/pthread/Makefile index c972bd8..318dfdc 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 \ -- 2.7.4