Test: PityTest - Fix linux build

pull/8/head Release_3.0-RC6
heck 2 years ago
parent ce136d408d
commit 651ce9be45

2
.gitignore vendored

@ -55,3 +55,5 @@ test_pEpLog_basic
/test/test_tofu_one2many
/test/test_swarm_group
/test/pitytest11/test/pitytest_data/
/test/test_pEpSQLite
/test/test_swarm_tofu

@ -2,7 +2,7 @@ include ../../Makefile.conf
TARGET=src/libPityTest.a
LDFLAGS:=-L../../src/ $(LDFLAGS) -L../framework/
LDLIBS=-lstdc++ -lpEpAdapter -lpEpEngine
LDLIBS=-lstdc++ -lpEpAdapter -lpEpEngine -lpthread -ldl
CXXFLAGS:=-std=c++11 -g -I./src $(CXXFLAGS)
TEST_EXTRA_OBJS=../framework/utils.o

@ -10,6 +10,7 @@
#include <memory>
#include <functional>
#include <type_traits>
#include <vector>
namespace pEp {
namespace PityTest11 {

@ -7,6 +7,7 @@
#include "PityTree.hh"
#include <memory>
#include <sstream>
#include <algorithm>
namespace pEp {
namespace PityTest11 {

Loading…
Cancel
Save