3 config.test_c_compiler = "@OPENMP_TEST_C_COMPILER@"
4 config.test_compiler_features = @OPENMP_TEST_COMPILER_FEATURES@
5 config.test_filecheck = "@OPENMP_FILECHECK_EXECUTABLE@"
6 config.test_not = "@OPENMP_NOT_EXECUTABLE@"
7 config.test_openmp_flags = "@OPENMP_TEST_OPENMP_FLAGS@"
8 config.test_extra_flags = "@OPENMP_TEST_FLAGS@"
9 config.ompd_obj_root = "@CMAKE_CURRENT_BINARY_DIR@"
10 config.ompd_test_src = "@CMAKE_CURRENT_SOURCE_DIR@"
11 config.library_dir = "@LIBOMP_LIBRARY_DIR@"
12 config.ompd_library_dir = "@CMAKE_CURRENT_BINARY_DIR@/../src/"
13 config.omp_header_directory = "@LIBOMP_BINARY_DIR@/src"
14 config.operating_system = "@CMAKE_SYSTEM_NAME@"
16 config.ompt_plugin = "@OMPT_PLUGIN@"
17 config.ompt_include_dir = "@LIBOMP_INCLUDE_DIR@"
18 config.ompd_module = "@CMAKE_CURRENT_BINARY_DIR@/../gdb-plugin/python-module/ompd/"
20 # Let the main config do the real work.
21 lit_config.load_config(config, "@CMAKE_CURRENT_SOURCE_DIR@/lit.cfg")