aboutsummaryrefslogtreecommitdiff
path: root/test/lit.site.cfg.in
AgeCommit message (Collapse)Author
2013-03-26Add asan/msan to the list of available features in LIT test runner. Mark ↵Alexey Samsonov
ASan-unfriendly test as XFAIL. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@177995 91177308-0d34-0410-b5e6-96231b3b80d8
2011-06-22lit support for REQUIRES: asserts.Andrew Trick
Take #2. Don't piggyback on the existing config.build_mode. Instead, define a new lit feature for each build feature we need (currently just "asserts"). Teach both autoconf'd and cmake'd Makefiles to define this feature within test/lit.site.cfg. This doesn't require any lit harness changes and should be more robust across build systems. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133665 91177308-0d34-0410-b5e6-96231b3b80d8
2011-06-16cmake may require LIT_TOOLS_DIR.Andrew Trick
Reviewed by chapuni. Sorry for breaking. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133199 91177308-0d34-0410-b5e6-96231b3b80d8
2011-06-16Update clang's lit.site.cfg.in in preparation for adding ↵Andrew Trick
config.llvm_build_modes. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133130 91177308-0d34-0410-b5e6-96231b3b80d8
2011-06-02Reverted r132330, r132321, r132320, r132319 as per discussion. Will try ↵Galina Kistanova
in-test requirement declarations instead. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@132491 91177308-0d34-0410-b5e6-96231b3b80d8
2011-05-31Now with the right line endings.Galina Kistanova
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@132330 91177308-0d34-0410-b5e6-96231b3b80d8
2011-05-31Preparations for separating target-specific clang tests.Galina Kistanova
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@132319 91177308-0d34-0410-b5e6-96231b3b80d8
2011-02-09test: CMake: Be aware of LLVM_LIT_TOOLS_DIR.NAKAMURA Takumi
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125178 91177308-0d34-0410-b5e6-96231b3b80d8
2009-11-07Rework site config for cmake to be generated at configure time, and only passDaniel Dunbar
the 'build_config' value in at runtime using the new lit runtime user parameter feature. This simplifies things and drops a dependency on 'sed', FWIW. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86421 91177308-0d34-0410-b5e6-96231b3b80d8
2009-11-03Add target_triple to Clang site configuration.Daniel Dunbar
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@85881 91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-26Add the lib path to LD_LIBRARY_PATH, so finding .so works (more) portably.Daniel Dunbar
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82853 91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-20Include LLVM {src,obj} root in lit.site.cfg, to support non-standard layouts.Daniel Dunbar
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82401 91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-17Tweak clang testing.Daniel Dunbar
- Move CMake to using the new test runner. - Switch Makefiles to use the lit.site.cfg.in template. - Remove explicit --path arguments, instead this gets written into the site configuration. This means running lit from the command line should use the exact same configuration as is used in 'make test', assuming it can find the site configuration file. You still need to run 'make test' (or the cmake build target equivalent) at least once. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82160 91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-17Fix substituto.Daniel Dunbar
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82099 91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-16CMake: Generate LIT site configuration file for Clang tests, which Daniel ↵Douglas Gregor
will probably have to fix git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82086 91177308-0d34-0410-b5e6-96231b3b80d8