diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2010-06-02 22:02:57 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2010-06-02 22:02:57 +0000 |
commit | 4839d872fca46ec83a76ed8db041b03df3616cfd (patch) | |
tree | 95ab66f0603a29d92421c4aff5cb8c06c5de2b2d /unittests/Makefile.unittest | |
parent | 57240ff6e2252f8986f6e47e4010bc52fbae25d1 (diff) |
Update Readme and Makefiles for the new gtest.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105355 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/Makefile.unittest')
-rw-r--r-- | unittests/Makefile.unittest | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/unittests/Makefile.unittest b/unittests/Makefile.unittest index 8fbcfd2fb1..3bed567503 100644 --- a/unittests/Makefile.unittest +++ b/unittests/Makefile.unittest @@ -23,10 +23,6 @@ LLVMUnitTestExe = $(BuildMode)/$(TESTNAME)Tests$(EXEEXT) CPP.Flags += -I$(LLVM_SRC_ROOT)/utils/unittest/googletest/include CPP.Flags += $(NO_MISSING_FIELD_INITIALIZERS) $(NO_VARIADIC_MACROS) CPP.Flags += -DGTEST_HAS_RTTI=0 -# libstdc++'s TR1 <tuple> header depends on RTTI and uses C++'0x features not -# supported by Clang, so force googletest to use its own tuple implementation. -# When we import googletest >=1.4.0, we can drop this line. -CPP.Flags += -DGTEST_HAS_TR1_TUPLE=0 TESTLIBS = -lGoogleTest -lUnitTestMain |