Skip to content

Commit

Permalink
CMake: Add testall depedendency on memcachedmock.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/apr/apr-util/branches/1.7.x@1920388 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Ivan Zhakov committed Sep 2, 2024
1 parent acda774 commit 24551b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@ IF(APR_BUILD_TESTAPR)
SET_TARGET_PROPERTIES(dbd PROPERTIES COMPILE_FLAGS ${apiflag})
ENDIF()

ADD_DEPENDENCIES(testall memcachedmock)
ENDIF (APR_BUILD_TESTAPR)

# Installation
Expand Down

0 comments on commit 24551b8

Please sign in to comment.