Tests - rename utils.hh to test_utils.hh

LIB-18
heck 2021-09-15 14:20:11 +02:00
parent 5abcfb86bb
commit d65b959296
16 changed files with 15 additions and 15 deletions

View File

@ -1,4 +1,4 @@
#include "utils.hh"
#include "test_utils.hh"
#include <pEp/pEpEngine.h>
#include <pEp/message_api.h>

View File

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

View File

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

View File

@ -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>

View File

@ -2,7 +2,7 @@
// see LICENSE.txt
#include "framework/framework.hh"
#include "framework/utils.hh"
#include "framework/test_utils.hh"
#include <iostream>
#include <assert.h>

View File

@ -2,7 +2,7 @@
// see LICENSE.txt
#include "framework/framework.hh"
#include "framework/utils.hh"
#include "framework/test_utils.hh"
#include <iostream>
#include <assert.h>

View File

@ -2,7 +2,7 @@
// see LICENSE.txt
#include "framework/framework.hh"
#include "framework/utils.hh"
#include "framework/test_utils.hh"
//#include <iostream>

View File

@ -1,6 +1,6 @@
#include "../src/listmanager_dummy.hh"
#include "../src/utils.hh"
#include "framework/utils.hh"
#include "framework/test_utils.hh"
#include <exception>
#include <map>
#include <cassert>

View File

@ -2,7 +2,7 @@
#include "../src/pEpSQLite.hh"
#include "../src/utils.hh"
#include "../src/std_utils.hh"
#include "framework/utils.hh"
#include "framework/test_utils.hh"
#include <fstream>
#include <cassert>

View File

@ -1,7 +1,7 @@
#include "pitytest11/src/PityTest.hh"
#include "../src/utils.hh"
#include "framework/framework.hh"
#include "framework/utils.hh"
#include "framework/test_utils.hh"
// libpEpAdapter
#include "../src/Adapter.hh"

View File

@ -1,7 +1,7 @@
#include "pitytest11/src/PityTest.hh"
#include "../src/utils.hh"
#include "framework/framework.hh"
#include "framework/utils.hh"
#include "framework/test_utils.hh"
// libpEpAdapter
#include "../src/Adapter.hh"

View File

@ -2,7 +2,7 @@
// see LICENSE.txt
#include "framework/framework.hh"
#include "framework/utils.hh"
#include "framework/test_utils.hh"
#include <iostream>
#include <assert.h>

View File

@ -1,7 +1,7 @@
#include "pitytest11/src/PityTest.hh"
#include "../src/utils.hh"
#include "framework/framework.hh"
#include "framework/utils.hh"
#include "framework/test_utils.hh"
#include <pEp/pEpEngine.h>
#include <pEp/message_api.h>

View File

@ -1,7 +1,7 @@
#include "pitytest11/src/PityTest.hh"
#include "../src/utils.hh"
#include "framework/framework.hh"
#include "framework/utils.hh"
#include "framework/test_utils.hh"
#include <pEp/pEpEngine.h>
#include <pEp/message_api.h>

View File

@ -1,7 +1,7 @@
#include "pitytest11/src/PityTest.hh"
#include "../src/utils.hh"
#include "framework/framework.hh"
#include "framework/utils.hh"
#include "framework/test_utils.hh"
#include <pEp/pEpEngine.h>
#include <pEp/keymanagement.h>