attempt on fixing make bug

This commit is contained in:
mpilman 2020-04-13 20:34:09 -07:00
parent c6a224d221
commit f0ab168368
1 changed files with 2 additions and 0 deletions

View File

@ -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)