Revert "gtest: Use system gtest and pthread libs"

This reverts commit 9fe7167920.

(this makes the following merge easier)
This commit is contained in:
David Lamparter 2016-02-28 12:19:44 +01:00
parent 6ebba52da2
commit aeeae64900
2 changed files with 9595 additions and 2 deletions

View file

@ -24,5 +24,5 @@ test: capn-test
%-test.o: %-test.cpp *.h *.c *.inc
$(CXX) -g -Wall -Werror -I. $(GTEST_CFLAGS) -o $@ -c $<
capn-test: capn-test.o capn-stream-test.o compiler/test.capnp.o compiler/schema-test.o compiler/schema.capnp.o
$(CXX) -g -Wall -Werror -I. -lpthread -lgtest -o $@ $^
capn-test: capn-test.o capn-stream-test.o compiler/test.capnp.o compiler/schema-test.o compiler/schema.capnp.o gtest-all-test.o
$(CXX) -g -Wall -Werror -I. -o $@ $^

9593
gtest-all-test.cpp Normal file

File diff suppressed because it is too large Load diff