aboutsummaryrefslogtreecommitdiff
path: root/nptl/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-02-13 07:53:26 +0000
committerUlrich Drepper <drepper@redhat.com>2003-02-13 07:53:26 +0000
commit89e78a954dbd659e0e118aa577d0656363d3c1c2 (patch)
tree025cfad1c4049982efb6f9e27754315da11c1065 /nptl/Makefile
parentdfdd294a2ac05a80908483846feb5343d4aac714 (diff)
downloadglibc-89e78a954dbd659e0e118aa577d0656363d3c1c2.tar
glibc-89e78a954dbd659e0e118aa577d0656363d3c1c2.tar.gz
glibc-89e78a954dbd659e0e118aa577d0656363d3c1c2.tar.bz2
glibc-89e78a954dbd659e0e118aa577d0656363d3c1c2.zip
Update.
* Makefile (tests): Add tst-attr1 and tst-attr2. * tst-attr1.c: New file. * tst-attr2.c: New file.
Diffstat (limited to 'nptl/Makefile')
-rw-r--r--nptl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/nptl/Makefile b/nptl/Makefile
index aa4540d8be..591e203fcd 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -124,7 +124,8 @@ CFLAGS-pthread_atfork.c = -DNOT_IN_libc
omit-deps = $(unix-syscalls:%=ptw-%)
-tests = tst-mutex1 tst-mutex2 tst-mutex3 tst-mutex4 tst-mutex5 tst-mutex6 \
+tests = tst-attr1 tst-attr2 \
+ tst-mutex1 tst-mutex2 tst-mutex3 tst-mutex4 tst-mutex5 tst-mutex6 \
tst-mutex7 \
tst-spin1 tst-spin2 tst-spin3 \
tst-cond1 tst-cond2 tst-cond3 tst-cond4 tst-cond5 tst-cond6 tst-cond7 \