diff --git a/Makefile b/Makefile index fa093cb..9c55d18 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ TARGET=src/libPityTest.a LDFLAGS:=-L../../src/ $(LDFLAGS) -L../framework/ LDLIBS=-lstdc++ -lpEpAdapter -lpEpEngine -lpthread -ldl CXXFLAGS:=-std=c++11 -g -I./src $(CXXFLAGS) -TEST_EXTRA_OBJS=../framework/utils.o +TEST_EXTRA_OBJS=../framework/test_utils.o # Src SRC=$(wildcard src/*.cc) diff --git a/src/PityNode.hh b/src/PityNode.hh index a4a71ea..a18edc8 100644 --- a/src/PityNode.hh +++ b/src/PityNode.hh @@ -5,7 +5,7 @@ #define PITYTEST_PITYNODE_HH #include "../../../src/pEpLog.hh" -#include "../../framework/utils.hh" +#include "../../framework/test_utils.hh" namespace pEp { namespace PityTest11 { diff --git a/src/PityPerspective.hh b/src/PityPerspective.hh index 70b09a3..ce32ba4 100644 --- a/src/PityPerspective.hh +++ b/src/PityPerspective.hh @@ -5,7 +5,7 @@ #define PITYTEST_PITYPERSPECTIVE_HH #include "../../../src/pEpLog.hh" -#include "../../framework/utils.hh" +#include "../../framework/test_utils.hh" #include "PityModel.hh" #include