Changed back to original googletest path

This commit is contained in:
Jonas Granquist 2012-02-25 10:18:01 +01:00
parent 072c37dd89
commit 5e873aeefd

View File

@ -12,7 +12,7 @@
# Points to the root of Google Test, relative to where this file is. # Points to the root of Google Test, relative to where this file is.
# Remember to tweak this if you move this file. # Remember to tweak this if you move this file.
GTEST_DIR = ../../../googletest GTEST_DIR = gtest
# Where to find user code. # Where to find user code.
USER_DIR = . USER_DIR = .
@ -80,7 +80,7 @@ GildedRose : GildedRoseUnitTests.o GildedRose.o gtest_main.a
$(CXX) $(CPPFLAGS) $(CXXFLAGS) -pthread $^ -o $@ $(CXX) $(CPPFLAGS) $(CXXFLAGS) -pthread $^ -o $@
GildedRoseTextTests.o : $(USER_DIR)/GildedRoseTextTests.cc GildedRoseTextTests.o : $(USER_DIR)/GildedRoseTextTests.cc
$(CXX) -c $(USER_DIR)/GildedRoseTextTests.cc $(CXX) -c $^
GildedRoseTextTests : GildedRoseTextTests.o GildedRose.o GildedRoseTextTests : GildedRoseTextTests.o GildedRose.o
$(CXX) -pthread $^ -o $@ $(CXX) -pthread $^ -o $@