From 586ba76435ac4587a8f0f723908cd4b52bd3878d Mon Sep 17 00:00:00 2001 From: heck Date: Wed, 15 Sep 2021 14:20:11 +0200 Subject: [PATCH] Tests - rename utils.hh to test_utils.hh --- Makefile | 2 +- src/PityNode.hh | 2 +- src/PityPerspective.hh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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