From e8be7529f1dba26be9ea5cba153ef87d2e24158a Mon Sep 17 00:00:00 2001 From: heck Date: Thu, 17 Jun 2021 00:16:06 +0200 Subject: [PATCH] Tests: PityTest - Makefile add pEp includes --- test/pitytest11/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/test/pitytest11/Makefile b/test/pitytest11/Makefile index 7cfdae5..d1abd7a 100644 --- a/test/pitytest11/Makefile +++ b/test/pitytest11/Makefile @@ -1,8 +1,9 @@ +include ../../Makefile.conf + TARGET=src/libPityTest.a +LDFLAGS:=-L../../src/ $(LDFLAGS) LDLIBS=-lstdc++ -lpEpAdapter -LDFLAGS=-L../../src/ -CXXFLAGS=-std=c++11 -g -CXXFLAGS+=-I./src +CXXFLAGS:=-std=c++11 -g -I./src $(CXXFLAGS) #TEST_EXTRA_OBJS=../framework/utils.o # Src