File: git-eztrace_cc_path

package info (click to toggle)
eztrace 2.0%2Brepack-12
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,132 kB
  • sloc: ansic: 23,501; perl: 910; sh: 857; cpp: 771; makefile: 696; fortran: 327; f90: 320; python: 57
file content (19 lines) | stat: -rw-r--r-- 756 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
commit bd1590c3ec44535535a59da4f7b64476f4abeb59
Author: François Trahay <francois.trahay@telecom-sudparis.eu>
Date:   Wed Aug 24 13:39:43 2022 +0200

    fix eztrace_cc path

diff --git a/test/unit_tests/CMakeLists.txt b/test/unit_tests/CMakeLists.txt
index f5a2f44b..8d1bc8f9 100644
--- a/test/unit_tests/CMakeLists.txt
+++ b/test/unit_tests/CMakeLists.txt
@@ -57,7 +57,7 @@ set_property(TEST ${test_list}
   PROPERTY ENVIRONMENT
   "EZTRACE_LIBRARY_PATH=${EZTRACE_LIBRARY_PATH}"
   "EZTRACE_AVAIL_PATH=${CMAKE_BINARY_DIR}/src/eztrace_avail"
-  "EZTRACE_CC_PATH=${CMAKE_BINARY_DIR}/src/eztrace_cc"
+  "EZTRACE_CC_PATH=${CMAKE_BINARY_DIR}/modules/omp/bin/eztrace_cc"
   "EZTRACE_PATH=${CMAKE_BINARY_DIR}/src/eztrace"
   "OTF2_PRINT_PATH=${OTF2_PRINT}"
 )