summaryrefslogtreecommitdiffstats
path: root/lldb/unittests/Editline/EditlineTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix a bunch of signedness warnings in unittestsPavel Labath2016-03-111-3/+4
| | | | llvm-svn: 263209
* added test fixture to EditlineTest gtestTodd Fiala2016-01-221-32/+35
| | | | | | | | | | Primarily a trial test for me to try out the git clang-format integration. Works like a charm! This change adds a gtest fixture for the EditlineTest common setup and teardown code. llvm-svn: 258565
* Added real editline tests.Todd Fiala2015-10-301-2/+355
| | | | | | | | | These are two simple tests that make sure single line and multiline content are processed and received by Editline.cpp. Fancier tests to come... llvm-svn: 251681
* Xcode: added lldb-gtest target to build and run the gtests in the unittests ↵Todd Fiala2015-10-251-0/+15
directory. Also added a placeholder Editline gtest for some code that I'll add as soon as I make sure this addition doesn't break any of the build bots. This change also introduces some Xcode user-defined variables that I've used to attempt to isolate the way Python is integrated into the build. I don't have the rest of LLDB using it yet, I'm using the gtests as my guinea pig on that. Currently these are: PYTHON_FRAMEWORK_PATH PYTHON_VERSION_MAJOR PYTHON_VERSION_MINOR I will convert the rest over to it after this gets a little time to bake and any kinks are worked out of it. llvm-svn: 251261
OpenPOWER on IntegriCloud