You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2016/01/27 17:46:00 UTC

svn commit: r1727127 - /apr/apr/trunk/SConscript

Author: wrowe
Date: Wed Jan 27 16:46:00 2016
New Revision: 1727127

URL: http://svn.apache.org/viewvc?rev=1727127&view=rev
Log:
Revert testcstr.c for the time being while tests are structured

Modified:
    apr/apr/trunk/SConscript

Modified: apr/apr/trunk/SConscript
URL: http://svn.apache.org/viewvc/apr/apr/trunk/SConscript?rev=1727127&r1=1727126&r2=1727127&view=diff
==============================================================================
--- apr/apr/trunk/SConscript (original)
+++ apr/apr/trunk/SConscript Wed Jan 27 16:46:00 2016
@@ -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