Skip to content

Commit 63d46af

Browse files
committed
tools test fix
1 parent 688eaa7 commit 63d46af

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

openmp/tools/multiplex/tests/lit.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ config.test_format = lit.formats.ShTest()
4444
# compiler flags
4545
config.test_flags = " -I " + config.test_source_root + "/.."\
4646
" -I " + config.omp_header_dir + \
47+
" -I " + config.omp_output_header_dir + \
4748
" -L " + config.omp_library_dir + \
4849
" -I " + config.ompt_print_callback_dir + \
4950
" -Wl,-rpath," + config.omp_library_dir + \

openmp/tools/multiplex/tests/lit.site.cfg.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ config.test_openmp_flags = "@OPENMP_TEST_OPENMP_FLAGS@"
88
config.test_extra_flags = "@OPENMP_TEST_FLAGS@"
99
config.test_obj_root = "@CMAKE_CURRENT_BINARY_DIR@"
1010
config.omp_library_dir = "@LIBOMP_LIBRARY_DIR@"
11+
config.omp_output_header_dir = "@LIBOMP_HEADERS_INTDIR@"
1112
config.omp_header_dir = "@LIBOMP_INCLUDE_DIR@"
1213
config.ompt_print_callback_dir = "@OMPT_PRINT_CALLBACKS_DIR@"
1314
config.operating_system = "@CMAKE_SYSTEM_NAME@"

0 commit comments

Comments
 (0)