Skip to content

Commit

Permalink
Makefile: compile tests for boost as single-header variant
Browse files Browse the repository at this point in the history
  • Loading branch information
shalupov committed Jul 21, 2014
1 parent d81f570 commit 544807f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ all: test
CXXFLAGS := -Icommon -g -O0

boost_test: $(BOOST_FILES)
g++ $(CXXFLAGS) -DBOOST_TEST_DYN_LINK -o \
$@ $(filter %.cpp, $(BOOST_FILES)) -lboost_unit_test_framework-mt
g++ $(CXXFLAGS) -o $@ $(filter %.cpp, $(BOOST_FILES))

cppunit_test: $(CPPUNIT_FILES)
g++ $(CXXFLAGS) -o \
Expand Down

0 comments on commit 544807f

Please sign in to comment.