Skip to content

Commit

Permalink
Merge branch 'readtxt' of github.com:doolin/CPP_Disambiguation into r…
Browse files Browse the repository at this point in the history
…eadtxt
  • Loading branch information
doolin committed Apr 10, 2012
2 parents cbef580 + 7ed1ae4 commit 60ad0ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,10 @@
INCLUDES="/opt/local/include"
LIBS="/opt/local/lib"

programs = test_readtext

test: test_readtext.cpp
g++ -o test_readtext -I$(INCLUDES) test_readtext.cpp -L$(LIBS) -lboost_unit_test_framework

clean:
rm -rf *~ *.o $(programs)
2 changes: 1 addition & 1 deletion test/test_readtext.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include <boost/test/auto_unit_test.hpp>>
#include <boost/test/auto_unit_test.hpp>

int
main(int argc, char ** argv) {
Expand Down

0 comments on commit 60ad0ed

Please sign in to comment.