From dbbfda0e96037da4f208ff8f00d181a5294484ae Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Sat, 22 Jun 2013 22:30:13 -0700 Subject: add new stuff stuff (with tests!), poison memcmp and strncpy --- make.defs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'make.defs') diff --git a/make.defs b/make.defs index 7e788c5..b5b47fa 100644 --- a/make.defs +++ b/make.defs @@ -8,6 +8,12 @@ BISON = bison CXXFLAGS = -pipe -g -O2 ${WARNINGS} WARNINGS = -include src/warnings.hpp +# Location of gtest source tree. It must contain the file src/gtest-all.cc +# Note: linking against a precompiled library is NOT supported; +# it may have used different CXXFLAGS. See +# http://code.google.com/p/googletest/wiki/FAQ#Why_is_it_not_recommended_to_install_a_pre-compiled_copy_of_Goog +GTEST_DIR = /usr/src/gtest + # works on both x86 and x86_64 override CXX += -std=c++0x # for linking -- cgit v1.2.3-70-g09d2