summaryrefslogtreecommitdiff
path: root/SConscript
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2016-01-27 16:46:00 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2016-01-27 16:46:00 +0000
commit2cac4f3131d2fac9001ead122d4dab0600177260 (patch)
treef8e6df67f1330fb18bcb710f0225ac540458b021 /SConscript
parentb3c9bd2ade7cac6fcfadb1c2f91420c85b88e6b1 (diff)
downloadlibapr-2cac4f3131d2fac9001ead122d4dab0600177260.tar.gz
Revert testcstr.c for the time being while tests are structured
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@1727127 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'SConscript')
-rw-r--r--SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConscript b/SConscript
index afe261850..b2c60a8a9 100644
--- a/SConscript
+++ b/SConscript
@@ -8,7 +8,7 @@ files = env.core_lib_files()
libapr = env.SharedLibrary('apr-%d' % (major), files)
tests = Split("""
abts.c testutil.c
- testtime.c testcstr.c teststr.c testvsn.c testipsub.c testshm.c
+ testtime.c teststr.c testvsn.c testipsub.c testshm.c
testmmap.c testud.c testtable.c testsleep.c testpools.c
testfmt.c testfile.c testdir.c testfileinfo.c testrand.c
testdso.c testoc.c testdup.c testsockets.c testproc.c