llvm-project/lldb/lit
Jonas Devlieghere 36ab8956f4 [lit] Add support for passing arguments to dotest.py via lit.
The lldb test suite is highly configurable. While part of this
configuration takes place at configure/build-time, a common scenario
involves running the test suite several times with different
configuration. For example, we might want to test the current lldb
against inferiors built with different compilers.

This configuration was already possible for lldb-dotest, but was lacking
for the lit counterpart. It is now possible to pass arguments to pass
  arguments like this:

  ./bin/llvm-lit ../llvm/tools/lldb/lit/Suite/ -Ddotest-args="-foo;-bar"

llvm-svn: 333432
2018-05-29 16:49:07 +00:00
..
Breakpoint Re-add change for https://reviews.llvm.org/D42582 with added directories. 2018-03-12 21:17:04 +00:00
Expr Fix compilation error caused by tgmath.h. 2018-04-09 17:32:56 +00:00
Modules Make ObjectFileMachO work on non-darwin platforms 2018-05-18 11:35:46 +00:00
Suite [lit] Add support for passing arguments to dotest.py via lit. 2018-05-29 16:49:07 +00:00
SymbolFile ManualDWARFIndex: Treat DW_TAG_subprogram and DW_TAG_inlined_subroutine the same way 2018-05-29 08:16:22 +00:00
Unit Resubmit "[lit] Force site configs to run before source-tree configs" 2017-09-15 22:10:46 +00:00
tools/lldb-mi/breakpoint [lldb-mi] Add possibility to set breakpoints without selecting a target. 2018-05-24 16:45:59 +00:00
CMakeLists.txt [CMake] Unify and relayer testing 2018-05-03 16:54:10 +00:00
lit-lldb-init Introduce a setting to disable Spotlight while running the test suite 2018-03-12 20:52:36 +00:00
lit.cfg [lldb-mi] Add possibility to set breakpoints without selecting a target. 2018-05-24 16:45:59 +00:00
lit.site.cfg.in lldb-test symbols: Add ability to do name-based lookup 2018-05-03 10:57:16 +00:00