diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-02-15 08:34:58 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-02-15 08:34:58 +0000 |
commit | c6247c9d7daab9faa51ae571d4b12a337e9b15ff (patch) | |
tree | 3640ed4bea2a29c6c3a8ba2009c0fbfc58a59433 /nptl/Makefile | |
parent | b270b5484067210c84822a28e63be9099e0d112b (diff) | |
download | glibc-c6247c9d7daab9faa51ae571d4b12a337e9b15ff.tar.gz glibc-c6247c9d7daab9faa51ae571d4b12a337e9b15ff.tar.xz glibc-c6247c9d7daab9faa51ae571d4b12a337e9b15ff.zip |
Update.
* Makefile (tests): Add tst-clock1. * tst-clock1.c: New file.
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 |