summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2014-09-16 00:01:07 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2014-09-16 00:01:07 +0000
commitd9bae6d3efa6195b1e742f4c39818fa61d743ab6 (patch)
tree16d15dafcadc2a52ecd97feab77ed71debca6c68
parent93e0acd24c7dc0c5da4cb140278d0e39ad46fd80 (diff)
downloadlibapr-d9bae6d3efa6195b1e742f4c39818fa61d743ab6.tar.gz
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
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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