summaryrefslogtreecommitdiff
path: root/pkgs/development/rocm-modules/rocprof-trace-decoder/fix-test-dependency.patch
blob: 7278ec688094a014848e621c5bf81112db21a100 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index a923cadce53..95a4d3a807f 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -186,7 +186,9 @@ if(BUILD_INTEGRATION_TESTS)
                            WORKING_DIRECTORY
                            ${TEST_BIN_DIR}
                            FIXTURES_REQUIRED
-                           unpack_data)
+                           unpack_data
+                           DEPENDS
+                           ${DATA}_execute)
         endif()
     endforeach(DATA)
 endif()