summaryrefslogtreecommitdiffstats
path: root/llvm/utils/unittest/UnitTestMain
Commit message (Collapse)AuthorAgeFilesLines
* [CMake] Use LINK_LIBS instead of target_link_libraries().NAKAMURA Takumi2014-02-261-4/+2
| | | | llvm-svn: 202238
* [CMake] Add dependencies to gtest.NAKAMURA Takumi2014-02-101-0/+6
| | | | llvm-svn: 201079
* Sink add_llvm_library(gtest_main) to UnitTestMain/CMakeLists.txt.NAKAMURA Takumi2014-01-101-0/+3
| | | | llvm-svn: 198933
* Try to fix ProgramTest on FreeBSDReid Kleckner2013-04-301-0/+5
| | | | | | | This seemed like the cleanest way to find the test executable. Also fix the file mode. llvm-svn: 180770
* Add basic command line parsing to TestMain.Manuel Klimek2013-01-181-0/+2
| | | | | | | | | | | | | Summary: This allows unit tests for components that use Support/Debug.h to print debug information from test runs by specifying -debug when running the test. CC: llvm-commits Differential Revision: http://llvm-reviews.chandlerc.com/D301 llvm-svn: 172801
* build/unittests: Fix llvm-config names for gtest libraries, and bring MakefileDaniel Dunbar2011-12-151-1/+1
| | | | | | | library names in line with those used by CMake. - Patch by Johannes Obermayr, with tweaks by me. llvm-svn: 146706
* Don't install libUnitTestMain.a. It might be useless without gtest headers.NAKAMURA Takumi2011-02-281-0/+2
| | | | llvm-svn: 126632
* Make Win32's header file name lower for cross build on case-sensitive ↵NAKAMURA Takumi2011-02-041-1/+1
| | | | | | filesystem. llvm-svn: 124864
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
| | | | llvm-svn: 120298
* Fix MSVC release mode compilation error.Francois Pichet2010-10-021-6/+6
| | | | llvm-svn: 115407
* Fix line endings from my last commit.Michael J. Spencer2010-09-241-3/+3
| | | | llvm-svn: 114728
* unittests: Support Windows.Michael J. Spencer2010-09-241-0/+27
| | | | llvm-svn: 114727
* Disable pthread support in googletest if llvm was configured without threads.Benjamin Kramer2010-06-031-0/+5
| | | | llvm-svn: 105390
* Turns out gtest still prefers the system <tr1/tuple> over it's ownBenjamin Kramer2010-06-031-0/+3
| | | | | | implementation. Force the internal one to unbreak clang selfhost on linux. llvm-svn: 105386
* Update Readme and Makefiles for the new gtest.Benjamin Kramer2010-06-021-4/+0
| | | | llvm-svn: 105355
* Continue propagating the GoogleTest flags until we can update our version toChandler Carruth2010-03-091-0/+6
| | | | | | | eliminate this problem. This will hopefully let us make progress on Linux bootstrapping. llvm-svn: 98095
* make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner2010-01-241-0/+1
| | | | llvm-svn: 94378
* Remove / use flags that are now set in the Makefile.config.Julien Lerouge2009-10-261-2/+0
| | | | llvm-svn: 85149
* Follow googletest logic for suppressing warnings in unittests/UnitTestMain.Daniel Dunbar2009-09-201-1/+3
| | | | llvm-svn: 82373
* Move unittest driver to utils/unittest/UnitTestMain.Daniel Dunbar2009-09-132-0/+34
- This eliminates a race between building the unittests and linking the UnitTestMain library. llvm-svn: 81719
OpenPOWER on IntegriCloud