llvm-project/lldb/unittests/Utility
Pavel Labath 7ed3e22f00 [unittests] Add a helper function for getting an input file
Summary:
Fetching an input file required about five lines of code, and this was
repeated in multiple unit tests, with slight variations. Add a helper
function for doing that into the lldbUtilityMocks module (which I rename
to lldbUtilityHelpers to commemorate the fact it includes more than
mocks)

Reviewers: zturner, eugene

Subscribers: emaste, mgorny, lldb-commits

Differential Revision: https://reviews.llvm.org/D34683

llvm-svn: 306668
2017-06-29 13:02:11 +00:00
..
Helpers [unittests] Add a helper function for getting an input file 2017-06-29 13:02:11 +00:00
Inputs Move StructuredData from Core to Utility 2017-06-27 10:45:31 +00:00
CMakeLists.txt [unittests] Add a helper function for getting an input file 2017-06-29 13:02:11 +00:00
ConstStringTest.cpp Remove LIBLLDB_LOG_VERBOSE category 2017-02-05 00:44:54 +00:00
LogTest.cpp Remove lldb streams from the Log class completely 2017-03-15 09:06:58 +00:00
NameMatchesTest.cpp Fix a couple of corner cases in NameMatches 2017-02-20 11:35:33 +00:00
StatusTest.cpp Add llvm::Error assignment operator to Status class 2017-06-15 11:23:26 +00:00
StringExtractorTest.cpp unittests: Specify types in a bunch of unittest EXPECT's 2016-10-17 18:22:03 +00:00
StructuredDataTest.cpp [unittests] Add a helper function for getting an input file 2017-06-29 13:02:11 +00:00
TaskPoolTest.cpp Add TaskMap for iterating a function over a set of integers 2017-05-05 11:16:59 +00:00
TildeExpressionResolverTest.cpp [unittests] Add a helper function for getting an input file 2017-06-29 13:02:11 +00:00
TimeoutTest.cpp Add a format_provider for the Timeout class 2017-02-10 11:49:33 +00:00
UriParserTest.cpp UriParser cleanup 2017-02-10 12:21:22 +00:00
VASprintfTest.cpp Fix VASprintfTest on darwin 2017-02-17 13:27:50 +00:00