aboutsummaryrefslogtreecommitdiff
path: root/test/lit.cfg
AgeCommit message (Expand)Author
2009-11-08Drop require_and_and argument.Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-11-07Tweak a FIXME.Daniel Dunbar
2009-11-05Add clang_site_config user variable, so that extra tests (e.g., utils/C++Syntax)Daniel Dunbar
2009-09-26Add the lib path to LD_LIBRARY_PATH, so finding .so works (more) portably.Daniel Dunbar
2009-09-24We no longer need anything from the llvm/test/Scripts dir.Daniel Dunbar
2009-09-22Always execute tests internally on Windows.Daniel Dunbar
2009-09-22Remove old test runner, this has moved to LLVM/utils/lit and all known clientsDaniel Dunbar
2009-09-20Include LLVM {src,obj} root in lit.site.cfg, to support non-standard layouts.Daniel Dunbar
2009-09-17Tweak clang testing.Daniel Dunbar
2009-09-16tests: Stash clang/clang-cc and LLVM src/obj paths for use elsewhere.Daniel Dunbar
2009-09-10Teach LIT2 how to run Clang tests in the objdir for srcdir != objdir builds.Daniel Dunbar
2009-09-08Support running tests using the new 'lit', via 'make test LIT2=1'.Daniel Dunbar
2009-09-06lit: Set requireAndAnd config variable (currently unused).Daniel Dunbar
2009-07-31Add missing test suffixes.Daniel Dunbar
2009-07-31MultiTestRunner: Simplify, cleanup, and rename!Daniel Dunbar