diff options
Diffstat (limited to 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index 04d7c1d38d..756878b9c6 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -154,7 +154,8 @@ tests = tst-attr1 tst-attr2 \ tst-sysconf \ tst-locale1 tst-locale2 \ tst-umask1 \ - tst-popen1 + tst-popen1 \ + tst-clock1 LDFLAGS-pthread.so = -Wl,--enable-new-dtags,-z,nodelete,-z,initfirst |