Browse Source

Tests - rename utils.hh to test_utils.hh

master
heck 4 years ago
parent
commit
586ba76435
  1. 2
      Makefile
  2. 2
      src/PityNode.hh
  3. 2
      src/PityPerspective.hh

2
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)

2
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 {

2
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 <map>

Loading…
Cancel
Save