Tests - rename utils.hh to test_utils.hh
parent
5abcfb86bb
commit
d65b959296
|
@ -1,4 +1,4 @@
|
|||
#include "utils.hh"
|
||||
#include "test_utils.hh"
|
||||
|
||||
#include <pEp/pEpEngine.h>
|
||||
#include <pEp/message_api.h>
|
|
@ -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)
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// see LICENSE.txt
|
||||
|
||||
#include "framework/framework.hh"
|
||||
#include "framework/utils.hh"
|
||||
#include "framework/test_utils.hh"
|
||||
|
||||
//#include <iostream>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue