nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at r-updates 15 lines 539 B view raw
1diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt 2index a923cadce53..95a4d3a807f 100644 3--- a/test/CMakeLists.txt 4+++ b/test/CMakeLists.txt 5@@ -186,7 +186,9 @@ if(BUILD_INTEGRATION_TESTS) 6 WORKING_DIRECTORY 7 ${TEST_BIN_DIR} 8 FIXTURES_REQUIRED 9- unpack_data) 10+ unpack_data 11+ DEPENDS 12+ ${DATA}_execute) 13 endif() 14 endforeach(DATA) 15 endif()