config.llvm_tools_dir = "@LLVM_TOOLS_DIR@" config.llvm_libs_dir = "@LLVM_LIBS_DIR@" config.project_src_dir = "@HCC_SOURCE_DIR@" config.executable_output_path = "@EXECUTABLE_OUTPUT_PATH@" config.library_output_path = "@LIBRARY_OUTPUT_PATH@" # gtest config.gtest_src_dir = "@GTEST_SRC_DIR@" config.gtest_lib_dir = "@GTEST_LIB_DIR@" # MCWAMP config.mcwamp_lib_dir = "@MCWAMP_LIB_DIR@" config.mcwamp_tool_dir = "@MCWAMP_TOOL_DIR@" # Let the main config do the real work. lit_config.load_config(config, "@HCC_TEST_DIR@/lit.cfg") # HSA header files path config.substitutions.append( ('%hsa_header_path', '@ROCM_ROOT@/hsa/include') ) config.substitutions.append( ('%hsa_library_path', '@ROCM_ROOT@/lib') )