Skip to content

Commit 02ebd9f

Browse files
committed
make test works with old boost version
1 parent 89464dd commit 02ebd9f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ complete
4949
filesession
5050
pluginmanager
5151
simplelocalsession
52+
boostasio_nonowner_iocontext
53+
standaloneasio_nonowner_iocontext
5254

5355
# Project files
5456
.cproject

test/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ override RUN_OPT += --build_info --report_level=short
3636

3737
override CXXFLAGS += -Wall -Wextra -Werror -I../include -DBOOST_TEST_DYN_LINK -isystem $(BOOST_INC) -std=c++1y
3838
override LDFLAGS += -L$(BOOST_LIB)
39-
override LDLIBS += -lboost_unit_test_framework -ldl -lpthread
39+
override LDLIBS += -lboost_unit_test_framework -lboost_system -ldl -lpthread
4040

4141
OBJ := test_history.o \
4242
test_volatilehistorystorage.o \

0 commit comments

Comments
 (0)