summaryrefslogtreecommitdiff
path: root/utils/unittest/UnitTestMain
AgeCommit message (Expand)Author
2017-01-10Add the 'googlemock' component of Google Test to LLVM's unittest libraries.Chandler Carruth
2016-09-09[cmake] Export gtest/gtest_main and its dependencies via a special build tree...Michael Gottesman
2016-06-09Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith
2016-02-12Avoid linking LLVM component libraries with libLLVMAndrew Wilkins
2016-01-26Remove autoconf supportChris Bieneman
2015-07-06Make UnitTestMain/TestMain.cpp free from llvm/Config/config.h.NAKAMURA Takumi
2015-04-07Add boolean to PrintStackTraceOnErrorSignal to disable crash reporting.Pete Cooper
2014-02-26[CMake] Use LINK_LIBS instead of target_link_libraries().NAKAMURA Takumi
2014-02-10[CMake] Add dependencies to gtest.NAKAMURA Takumi
2014-01-10Sink add_llvm_library(gtest_main) to UnitTestMain/CMakeLists.txt.NAKAMURA Takumi
2013-04-30Try to fix ProgramTest on FreeBSDReid Kleckner
2013-01-18Add basic command line parsing to TestMain.Manuel Klimek
2011-12-15build/unittests: Fix llvm-config names for gtest libraries, and bring MakefileDaniel Dunbar
2011-02-28Don't install libUnitTestMain.a. It might be useless without gtest headers.NAKAMURA Takumi
2011-02-04Make Win32's header file name lower for cross build on case-sensitive filesys...NAKAMURA Takumi
2010-11-29Merge System into Support.Michael J. Spencer
2010-10-02Fix MSVC release mode compilation error.Francois Pichet
2010-09-24Fix line endings from my last commit.Michael J. Spencer
2010-09-24unittests: Support Windows.Michael J. Spencer
2010-06-03Disable pthread support in googletest if llvm was configured without threads.Benjamin Kramer
2010-06-03Turns out gtest still prefers the system <tr1/tuple> over it's ownBenjamin Kramer
2010-06-02Update Readme and Makefiles for the new gtest.Benjamin Kramer
2010-03-09Continue propagating the GoogleTest flags until we can update our version toChandler Carruth
2010-01-24make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner
2009-10-26Remove / use flags that are now set in the Makefile.config.Julien Lerouge
2009-09-20Follow googletest logic for suppressing warnings in unittests/UnitTestMain.Daniel Dunbar
2009-09-13Move unittest driver to utils/unittest/UnitTestMain.Daniel Dunbar