Skip to content

Commit

Permalink
make test works with old boost version
Browse files Browse the repository at this point in the history
  • Loading branch information
daniele77 committed Aug 25, 2021
1 parent 89464dd commit 02ebd9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ complete
filesession
pluginmanager
simplelocalsession
boostasio_nonowner_iocontext
standaloneasio_nonowner_iocontext

# Project files
.cproject
Expand Down
2 changes: 1 addition & 1 deletion test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ override RUN_OPT += --build_info --report_level=short

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

OBJ := test_history.o \
test_volatilehistorystorage.o \
Expand Down

0 comments on commit 02ebd9f

Please sign in to comment.