Home | History | Annotate | Download | only in test

Lines Matching full:lldb

16 # Users can override LLDB_TEST_ARGS to modify the way LLDB tests are run. See help below.
20 CACHE STRING "Specify compiler(s) and architecture(s) with which run LLDB tests. For example: '-C gcc -C clang -A i386 -A x86_64'"
24 set(LLDB_TRACE_DIR "${CMAKE_BINARY_DIR}/lldb-test-traces"
25 CACHE STRING "Set directory to output LLDB test traces (for tests that do not pass.)"
30 ${CMAKE_BINARY_DIR}/bin/lldb
37 add_python_test_target(check-lldb-single
40 "Testing LLDB with args: ${LLDB_COMMON_TEST_ARGS};${LLDB_TEST_ARGS}"
47 # If tests crash cause LLDB to crash, or things are otherwise unstable, or if machine-parsable
48 # output is desired (i.e. in continuous integration contexts) check-lldb-sep is a better target.
49 add_python_test_target(check-lldb
52 "Testing LLDB (with a separate subprocess per test)"