summaryrefslogtreecommitdiffstats
path: root/lldb/test/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [test] Fix --framework argument passed to dotest.Jonas Devlieghere2018-05-291-1/+1
* [CMake] Unify and relayer testingJonas Devlieghere2018-05-031-87/+4
* Revert "[lit] Replace generator expressions in lit.site.cfg"Jonas Devlieghere2018-05-011-12/+0
* [lit] Replace generator expressions in lit.site.cfgJonas Devlieghere2018-05-011-0/+12
* [CMake] Gate 'dsymutil' dependencyJonas Devlieghere2018-04-231-2/+2
* [lit] Generate a single lit cfg file for tests that require dotest.pyJonas Devlieghere2018-04-211-15/+45
* [LIT] Have lit run the lldb test suiteJonas Devlieghere2018-04-181-5/+12
* [dotest] Use in-tree dsymutil on DarwinJonas Devlieghere2018-04-121-1/+2
* [dotest] Use subprocess.call to forward arguments in wrapperJonas Devlieghere2018-03-211-2/+1
* [dotest] Clean up test folder clean-upPavel Labath2018-03-161-2/+0
* [test] cmake: Ensure liblldb builds before tests runVedant Kumar2018-03-151-0/+4
* [dotest] Rename llvm-dotest -> lldb-dotest and make it a custom targetJonas Devlieghere2018-03-141-4/+7
* [test] Skip a test when using an out-of-tree debugserverVedant Kumar2018-03-081-0/+4
* [test] Add dotest wrapperJonas Devlieghere2018-03-051-2/+17
* [testsuite] Run lit tests as part of `check-lldb`.Davide Italiano2018-02-211-0/+3
* [cmake] Darwin: Copy in the system debugserver if neededVedant Kumar2018-02-131-11/+0
* CMake: fix build directory name in clean ruleAdrian Prantl2018-02-051-1/+1
* Use an alternative approach to prevent Spotlight from indexing the build dire...Adrian Prantl2018-02-021-1/+6
* Compile the LLDB tests out-of-tree.Adrian Prantl2018-01-301-0/+4
* [lldb] Generic base for testing gdb-remote behaviorPavel Labath2018-01-291-0/+4
* [CMake] Make check-lldb work with LLDB_CODESIGN_IDENTITY=''Vedant Kumar2018-01-181-2/+15
* [CMake] darwin-debug is an hard dependency for tests on macOS.Davide Italiano2017-12-151-0/+5
* Add a dependency from check-lldb on lldStephane Sezer2017-11-061-0/+9
* [CMake] Build clang as dependency when using in-tree clang for tests.Davide Italiano2017-10-271-0/+6
* Default to using in-tree clang for building test executablesPavel Labath2017-10-271-9/+1
* cmake build needs to run tests AND collect resultsTim Hammerquist2017-07-181-7/+7
* [CMake] Override debugserver to use the build tree on DarwinChris Bieneman2017-03-141-0/+9
* test: pass correct objcopy and ar paths to the test runnerPavel Labath2017-03-011-5/+5
* [CMake] Only support LLDB_BUILD_FRAMEWORK on CMake 3.7 and laterChris Bieneman2016-12-151-5/+0
* [CMake] Support LLDB_TEST_CLANG in check-lldb target(s)Chris Bieneman2016-11-021-0/+4
* [CMake] Populate the build directory's frameworkChris Bieneman2016-10-311-0/+5
* [Test Suite] Properly respect --framework optionChris Bieneman2016-10-311-0/+4
* [Test Suite] Allow overriding codesign identityChris Bieneman2016-10-211-0/+4
* [CMake] Don't include LLDB_TEST_COMPILER in cached variableChris Bieneman2016-10-181-2/+8
* [CMake] Cleanup check-lldb targetsChris Bieneman2016-10-121-2/+17
* Always rerun all tests on Windows.Zachary Turner2016-05-231-0/+3
* Allow custom formatting of session log file names.Zachary Turner2016-05-171-0/+1
* Roll dosep.py parallel test runner into dotest.py command lineTodd Fiala2015-09-031-5/+5
* Add a method to disable the Windows crash / assert dialogs.Zachary Turner2014-12-121-1/+19
* Fix test execution: the cmake keyword is CACHE, not CACHEDEd Maste2014-08-011-1/+1
* Make CMake choose the target architecture according to the build.Zachary Turner2014-07-311-19/+23
* Rename dosep.ty to dosep.pyZachary Turner2014-07-211-1/+1
* Allow the user to override the LLDB_TEST_COMPILER at CMake level.Zachary Turner2014-07-181-1/+3
* Add executable extension to debugger name, run dotest via binary.Todd Fiala2014-06-021-1/+1
* Unset CFLAGS/CXXFLAGS when running tests via cmake/make check targetsDaniel Malea2013-05-131-2/+2
* Fix running of LLDB tests with cmake+ninja+ccacheDaniel Malea2013-03-071-1/+3
* Fix Ninja LLDB build on Linux (via cmake -G Ninja)Daniel Malea2013-03-051-1/+1
* Finish up CMake support for LLDB (tested on Linux)Daniel Malea2013-02-281-0/+51
OpenPOWER on IntegriCloud