attempt on fixing make bug
This commit is contained in:
parent
c6a224d221
commit
f0ab168368
|
@ -211,6 +211,8 @@ function(create_test_package)
|
|||
COMMENT "Package correctness archive"
|
||||
)
|
||||
add_custom_target(package_tests ALL DEPENDS ${tar_file})
|
||||
# seems make needs this dependency while this does nothing with ninja
|
||||
add_dependencies(package_valgrind_tests strip_only_fdbserver TestHarness)
|
||||
endif()
|
||||
|
||||
if(USE_VALGRIND)
|
||||
|
|
Loading…
Reference in New Issue