File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
openmp/tools/multiplex/tests Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ config.test_format = lit.formats.ShTest()
44
44
# compiler flags
45
45
config .test_flags = " -I " + config .test_source_root + "/.." \
46
46
" -I " + config .omp_header_dir + \
47
+ " -I " + config .omp_output_header_dir + \
47
48
" -L " + config .omp_library_dir + \
48
49
" -I " + config .ompt_print_callback_dir + \
49
50
" -Wl,-rpath," + config .omp_library_dir + \
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ config.test_openmp_flags = "@OPENMP_TEST_OPENMP_FLAGS@"
8
8
config.test_extra_flags = "@OPENMP_TEST_FLAGS@"
9
9
config.test_obj_root = "@CMAKE_CURRENT_BINARY_DIR@"
10
10
config.omp_library_dir = "@LIBOMP_LIBRARY_DIR@"
11
+ config.omp_output_header_dir = "@LIBOMP_HEADERS_INTDIR@"
11
12
config.omp_header_dir = "@LIBOMP_INCLUDE_DIR@"
12
13
config.ompt_print_callback_dir = "@OMPT_PRINT_CALLBACKS_DIR@"
13
14
config.operating_system = "@CMAKE_SYSTEM_NAME@"
You can’t perform that action at this time.
0 commit comments