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