always build correctnes package

This commit is contained in:
mpilman 2020-03-25 18:01:08 -07:00
parent ce6c4cb8d8
commit 7fe56ccb00
1 changed files with 1 additions and 1 deletions

View File

@ -195,6 +195,6 @@ function(create_test_package)
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/packages
COMMENT "Package correctness archive"
)
add_custom_target(package_tests DEPENDS ${tar_file})
add_custom_target(package_tests ALL DEPENDS ${tar_file})
add_dependencies(package_tests strip_fdbserver TestHarness)
endfunction()