aboutsummaryrefslogtreecommitdiff
path: root/libcxx/test/lit.site.cfg.in
blob: 5343eda540b63de6f8d5fc392d072329d2be318f (plain)
1
2
3
4
5
6
7
8
9
10
11
@AUTO_GEN_COMMENT@
config.cxx_under_test        = "@LIBCXX_COMPILER@"
config.cxx_has_stdcxx0x_flag = @LIBCXX_HAS_STDCXX0X_FLAG@
config.libcxx_src_root       = "@LIBCXX_SOURCE_DIR@"
config.libcxx_obj_root       = "@LIBCXX_BINARY_DIR@"
config.python_executable     = "@PYTHON_EXECUTABLE@"
config.enable_shared         = @LIBCXX_ENABLE_SHARED@
config.cxx_abi               = "@LIBCXX_CXX_ABI@"

# Let the main config do the real work.
lit_config.load_config(config, "@LIBCXX_SOURCE_DIR@/test/lit.cfg")