You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by tr...@apache.org on 2014/09/16 01:16:20 UTC

svn commit: r1625182 - in /apr/apr/branches/1.6.x: ./ CMakeLists.txt

Author: trawick
Date: Mon Sep 15 23:16:20 2014
New Revision: 1625182

URL: http://svn.apache.org/r1625182
Log:
Merge r1625173 from trunk:

Follow up to r1604596: include skiplist test in the cmake-based build

Modified:
    apr/apr/branches/1.6.x/   (props changed)
    apr/apr/branches/1.6.x/CMakeLists.txt

Propchange: apr/apr/branches/1.6.x/
------------------------------------------------------------------------------
  Merged /apr/apr/trunk:r1625173

Modified: apr/apr/branches/1.6.x/CMakeLists.txt
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.6.x/CMakeLists.txt?rev=1625182&r1=1625181&r2=1625182&view=diff
==============================================================================
--- apr/apr/branches/1.6.x/CMakeLists.txt (original)
+++ apr/apr/branches/1.6.x/CMakeLists.txt Mon Sep 15 23:16:20 2014
@@ -234,6 +234,7 @@ SET(APR_TEST_SOURCES
   test/testprocmutex.c
   test/testrand.c
   test/testshm.c
+  test/testskiplist.c
   test/testsleep.c
   test/testsock.c
   test/testsockets.c