File: lit.site.cfg.in

package info (click to toggle)
libc%2B%2B 3.5-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 39,088 kB
  • ctags: 20,667
  • sloc: cpp: 365,451; ansic: 3,125; asm: 651; sh: 630; makefile: 66
file content (11 lines) | stat: -rw-r--r-- 499 bytes parent folder | download | duplicates (2)
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")