From d9bae6d3efa6195b1e742f4c39818fa61d743ab6 Mon Sep 17 00:00:00 2001 From: trawick Date: Tue, 16 Sep 2014 00:01:07 +0000 Subject: Merge r1625173 from trunk: Follow up to r1604596: include skiplist test in the cmake-based build git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.5.x@1625190 13f79535-47bb-0310-9956-ffa450edef68 --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 04903f9f9..13c31c453 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 -- cgit v1.2.1