Update cmake/AddFdbTest.cmake

Co-Authored-By: Alvin Moore <36203359+AlvinMooreSr@users.noreply.github.com>
This commit is contained in:
Markus Pilman 2020-03-27 09:36:57 -07:00 committed by GitHub
parent ce318c18fa
commit c5191f5c51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -203,6 +203,7 @@ function(create_test_package)
)
add_custom_target(package_tests ALL DEPENDS ${tar_file})
add_dependencies(package_tests strip_only_fdbserver TestHarness)
endif()
if (USE_VALGRIND)
set(tar_file ${CMAKE_BINARY_DIR}/packages/valgrind-${CMAKE_PROJECT_VERSION_MAJOR}.${CMAKE_PROJECT_VERSION_MINOR}.tar.gz)