mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 12:22:12 +00:00
Changed back to original googletest path
This commit is contained in:
parent
072c37dd89
commit
5e873aeefd
@ -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 $@
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user