always build correctnes package
This commit is contained in:
parent
ce6c4cb8d8
commit
7fe56ccb00
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue