summaryrefslogtreecommitdiff
path: root/test/Makefile.in
diff options
context:
space:
mode:
authorben <ben@13f79535-47bb-0310-9956-ffa450edef68>2003-11-03 13:25:01 +0000
committerben <ben@13f79535-47bb-0310-9956-ffa450edef68>2003-11-03 13:25:01 +0000
commitb2eace1f47a4ad78db7264e69e80e507fd1af021 (patch)
treec536774cf3cb5165af68bf77cbb9be38bb1bf388 /test/Makefile.in
parent1316a6cb0d914e3a348277ad4827f237815cca37 (diff)
downloadlibapr-b2eace1f47a4ad78db7264e69e80e507fd1af021.tar.gz
Start of new PRNG.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64712 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/Makefile.in')
-rw-r--r--test/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index 463ac1395..086917ab5 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -115,7 +115,7 @@ TESTS = testall.lo testtime.lo teststr.lo testvsn.lo testipsub.lo \
testdso.lo testoc.lo testdup.lo testsockets.lo testproc.lo \
testpoll.lo testlock.lo testsockopt.lo testpipe.lo testthread.lo \
testhash.lo testargs.lo testnames.lo testuser.lo testpath.lo \
- testenv.lo testprocmutex.lo
+ testenv.lo testprocmutex.lo testrand2.lo
testall: $(TESTS) mod_test.la libmod_test.la occhild@EXEEXT@ \
readchild@EXEEXT@ CuTest.lo proc_child@EXEEXT@ $(LOCAL_LIBS)