summaryrefslogtreecommitdiff
path: root/pr/tests/Makefile.in
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2000-06-09 01:54:29 +0000
committerwtc%netscape.com <devnull@localhost>2000-06-09 01:54:29 +0000
commit7f982f49cbf60034fd7774754eba62ce3723d751 (patch)
treebe17466479eb264949817b6583e8e9badba35baa /pr/tests/Makefile.in
parentfe34f002ad6b0508446e095763af960c0307ca38 (diff)
downloadnspr-hg-7f982f49cbf60034fd7774754eba62ce3723d751.tar.gz
Bugzilla bug #38599: added new test prpollml.c. This test should be
purified to verify that the syspoll_list field of PRThread in the pthreads version is not leaked. Modified files: runtests.ksh, Makefile, Makefile.in Added file: prpollml.c
Diffstat (limited to 'pr/tests/Makefile.in')
-rw-r--r--pr/tests/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/pr/tests/Makefile.in b/pr/tests/Makefile.in
index 7095bf6c..8bfb0f7b 100644
--- a/pr/tests/Makefile.in
+++ b/pr/tests/Makefile.in
@@ -128,6 +128,7 @@ CSRCS = \
priotest.c \
provider.c \
prpoll.c \
+ prpollml.c \
ranfile.c \
randseed.c \
rwlocktest.c \