summaryrefslogtreecommitdiff
path: root/SConscript
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2016-01-27 16:46:00 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2016-01-27 16:46:00 +0000
commit47adb4c7f9bf4ed0a7fbcf729a8a78557d880f48 (patch)
treef8e6df67f1330fb18bcb710f0225ac540458b021 /SConscript
parent63fee422eda66945150bdd56d8a5419c97a71857 (diff)
downloadapr-47adb4c7f9bf4ed0a7fbcf729a8a78557d880f48.tar.gz
Revert testcstr.c for the time being while tests are structured
git-svn-id: https://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