diff options
Diffstat (limited to 'sysdeps/pthread/Makefile')
-rw-r--r-- | sysdeps/pthread/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |