summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2014-09-15 22:13:11 +0000
committerJeff Trawick <trawick@apache.org>2014-09-15 22:13:11 +0000
commit0723d3f2ff085af627adab8d97a52b73ee2f3f25 (patch)
tree3ed0153b8a97a47cb4ebb108738f53f202df8e95 /CMakeLists.txt
parent279cafaab96a6b5c89cf5a276f743f90903d7d66 (diff)
downloadapr-0723d3f2ff085af627adab8d97a52b73ee2f3f25.tar.gz
Follow up to r1604596: include skiplist test in the cmake-based build
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1625173 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f6a149929..ab966e2c3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -389,6 +389,7 @@ SET(APR_TEST_SOURCES
test/testreslist.c
test/testrmm.c
test/testshm.c
+ test/testskiplist.c
test/testsleep.c
test/testsock.c
test/testsockets.c