summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authordreid <dreid@13f79535-47bb-0310-9956-ffa450edef68>2001-07-22 14:40:22 +0000
committerdreid <dreid@13f79535-47bb-0310-9956-ffa450edef68>2001-07-22 14:40:22 +0000
commit8fdaafbe1bbe905bbff1ebd468a908d02337a5be (patch)
treec141d52d8a6ac30bd0a236d1a013332d43e3393f /test
parent9d0c25e94126884d18ad76eb57bc62bbacb4bd13 (diff)
downloadlibapr-8fdaafbe1bbe905bbff1ebd468a908d02337a5be.tar.gz
Couple of pieces of tidying up...
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61979 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test')
-rw-r--r--test/.cvsignore1
-rw-r--r--test/Makefile.in3
2 files changed, 3 insertions, 1 deletions
diff --git a/test/.cvsignore b/test/.cvsignore
index 7b0bf706d..b6f2b65ff 100644
--- a/test/.cvsignore
+++ b/test/.cvsignore
@@ -43,3 +43,4 @@ testlock
*.core
testsockets
testuser
+test.fil
diff --git a/test/Makefile.in b/test/Makefile.in
index e214534a3..99e46177a 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -27,7 +27,8 @@ PROGRAMS = \
testhash@EXEEXT@ \
occhild@EXEEXT@ \
teststr@EXEEXT@ \
- testuser@EXEEXT@
+ testuser@EXEEXT@ \
+ testsockets@EXEEXT@
TARGETS = $(PROGRAMS)