From 3976ca39f151800a959b8c6441c3b9f39c023004 Mon Sep 17 00:00:00 2001 From: heck Date: Tue, 20 Dec 2022 20:41:53 +0100 Subject: [PATCH] Test: Add resources/keys to this repo dont use the engine test folder. --- Makefile.conf | 5 ----- local.conf.example | 3 --- test/Makefile | 2 +- 3 files changed, 1 insertion(+), 9 deletions(-) diff --git a/Makefile.conf b/Makefile.conf index 0b27a15..6299729 100644 --- a/Makefile.conf +++ b/Makefile.conf @@ -36,8 +36,3 @@ else CXXFLAGS+=-DNDEBUG=1 -O3 CFLAGS+=-DNDEBUG=1 -O3 endif - -ifndef ENGINE_TEST - ENGINE_TEST = \"$(HOME)/dev/pEpEngine/test\" -endif - diff --git a/local.conf.example b/local.conf.example index 3cd4ef8..f53ff09 100644 --- a/local.conf.example +++ b/local.conf.example @@ -11,6 +11,3 @@ ############# DIRS ############# # PREFIX=$(HOME)/local -# ENGINE_LIB_PATH=$(PREFIX)/lib -# ENGINE_INC_PATH=$(PREFIX)/include -# ENGINE_TEST= \ No newline at end of file diff --git a/test/Makefile b/test/Makefile index b399fec..0b79cfd 100644 --- a/test/Makefile +++ b/test/Makefile @@ -2,7 +2,7 @@ include ../Makefile.conf LDFLAGS:=-L../src $(LDFLAGS) LDLIBS=-lstdc++ -lpEpEngine -lpEpAdapter -lpEpCxx11 -lPityTest11 -lpthread -ldl -lm -CXXFLAGS:=-I../src -DENGINE_TEST=$(ENGINE_TEST) $(CXXFLAGS) +CXXFLAGS:=-I../src $(CXXFLAGS) # Test SRC_TEST=$(wildcard test_*.cc)