Home | History | Annotate | Download | only in test
      1 config.test_exec_root = "@CMAKE_CURRENT_BINARY_DIR@"
      2 config.llvm_tools_dir = "@LLVM_TOOLS_DIR@"
      3 config.has_dfsan = True if @HAS_DFSAN@ == 1 else False
      4 config.has_lsan = True if @HAS_LSAN@ == 1 else False
      5 lit_config.load_config(config, "@CMAKE_CURRENT_SOURCE_DIR@/lit.cfg")
      6