diff --git a/.gitignore b/.gitignore index 8a7f565..3314f2b 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/test/pitytest11/Makefile b/test/pitytest11/Makefile index ed6faae..fa093cb 100644 --- a/test/pitytest11/Makefile +++ b/test/pitytest11/Makefile @@ -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 diff --git a/test/pitytest11/src/PityTree.hh b/test/pitytest11/src/PityTree.hh index c1a5bf8..eafa01a 100644 --- a/test/pitytest11/src/PityTree.hh +++ b/test/pitytest11/src/PityTree.hh @@ -10,6 +10,7 @@ #include #include #include +#include namespace pEp { namespace PityTest11 { diff --git a/test/pitytest11/src/PityTree.hxx b/test/pitytest11/src/PityTree.hxx index 8cc6c6f..9215175 100644 --- a/test/pitytest11/src/PityTree.hxx +++ b/test/pitytest11/src/PityTree.hxx @@ -7,6 +7,7 @@ #include "PityTree.hh" #include #include +#include namespace pEp { namespace PityTest11 {