Browse Source

Test: Build - add -lpthread

Release_2.1
heck 4 years ago
parent
commit
9b3975189f
  1. 2
      test/Makefile

2
test/Makefile

@ -1,7 +1,7 @@
include ../Makefile.conf include ../Makefile.conf
LDFLAGS=-L../src $(ENGINE_LIB) LDFLAGS=-L../src $(ENGINE_LIB)
LDLIBS=-lstdc++ -lpEpEngine -lpEpAdapter LDLIBS=-lstdc++ -lpEpEngine -lpEpAdapter -lpthread
CXXFLAGS:=-I../src -DENGINE_TEST=$(ENGINE_TEST) $(CXXFLAGS) CXXFLAGS:=-I../src -DENGINE_TEST=$(ENGINE_TEST) $(CXXFLAGS)
SRC=$(wildcard test_*.cc) SRC=$(wildcard test_*.cc)
TST=$(subst .cc,,$(SRC)) TST=$(subst .cc,,$(SRC))

Loading…
Cancel
Save