Browse Source

Test: Add resources/keys to this repo

dont use the engine test folder.
pull/15/head
heck 3 years ago
parent
commit
3976ca39f1
  1. 5
      Makefile.conf
  2. 3
      local.conf.example
  3. 2
      test/Makefile

5
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

3
local.conf.example

@ -11,6 +11,3 @@
############# DIRS #############
# PREFIX=$(HOME)/local
# ENGINE_LIB_PATH=$(PREFIX)/lib
# ENGINE_INC_PATH=$(PREFIX)/include
# ENGINE_TEST=

2
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)

Loading…
Cancel
Save