summaryrefslogtreecommitdiff
path: root/pr/tests/Makefile.in
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2000-03-09 22:45:42 +0000
committerwtc%netscape.com <devnull@localhost>2000-03-09 22:45:42 +0000
commit6219f5c90023688c8f890f8e04a20a3a4224da0a (patch)
tree506877a59c8fb61b947fd782bf3d7686a48d4625 /pr/tests/Makefile.in
parent26b666c2a49d4b27971926656adc4432b818c258 (diff)
downloadnspr-hg-6219f5c90023688c8f890f8e04a20a3a4224da0a.tar.gz
Bugzilla bug #30746: added a new test primblok.c to show that NSPR I/O
functions will hang when the primordial thread calls a native blocking function. Added file: primblok.c Modified files: Makefile, Makefile.in, runtests.ksh
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 0dc2ad67..bb238801 100644
--- a/pr/tests/Makefile.in
+++ b/pr/tests/Makefile.in
@@ -120,6 +120,7 @@ CSRCS = \
prftest.c \
prftest1.c \
prftest2.c \
+ primblok.c \
priotest.c \
provider.c \
prpoll.c \