3 # If you have googletest in non-standard paths, add them here
5 CXXFLAGS
=-I
${GTESTPATH}/include
6 LDFLAGS
=-L
${GTESTPATH}/lib
8 tests
: ..
/*.
cpp ..
/*.h
test.
cpp
9 gcc
-o tests
test.
cpp ..
/LUrlParser.
cpp $(CXXFLAGS
) -std
=c
++11 -lstdc
++ $(LDFLAGS
) -lgtest