We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89464dd commit 02ebd9fCopy full SHA for 02ebd9f
.gitignore
@@ -49,6 +49,8 @@ complete
49
filesession
50
pluginmanager
51
simplelocalsession
52
+boostasio_nonowner_iocontext
53
+standaloneasio_nonowner_iocontext
54
55
# Project files
56
.cproject
test/Makefile
@@ -36,7 +36,7 @@ override RUN_OPT += --build_info --report_level=short
36
37
override CXXFLAGS += -Wall -Wextra -Werror -I../include -DBOOST_TEST_DYN_LINK -isystem $(BOOST_INC) -std=c++1y
38
override LDFLAGS += -L$(BOOST_LIB)
39
-override LDLIBS += -lboost_unit_test_framework -ldl -lpthread
+override LDLIBS += -lboost_unit_test_framework -lboost_system -ldl -lpthread
40
41
OBJ := test_history.o \
42
test_volatilehistorystorage.o \
0 commit comments