summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuediger Pluem <rpluem@apache.org>2023-05-03 07:57:48 +0000
committerRuediger Pluem <rpluem@apache.org>2023-05-03 07:57:48 +0000
commit8f1ea7cdb9fd853b4d0b3e5f80a81831cd549c3b (patch)
tree6ae584414f8319ca146846f427b630d4fe67b82f
parent4b0778590349e2ff2b07073615f1b82ad83d35de (diff)
downloadapr-8f1ea7cdb9fd853b4d0b3e5f80a81831cd549c3b.tar.gz
* Add missing test/memcachedmock.c
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1909586 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 0e650f718..cda6df2bc 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -655,6 +655,7 @@ IF(APR_BUILD_TESTAPR)
test/proc_child.c
test/readchild.c
test/sockchild.c
+ test/memcachedmock.c
test/testshmproducer.c
test/testshmconsumer.c
test/tryread.c