Support conversion of linkshere
[dueringa_WikiWalker.git] / lib / LUrlParser / test / makefile
blob9c0ef087ac0be449beea6e3b7cf760968c966a58
1 all: tests
3 # If you have googletest in non-standard paths, add them here
4 #GTESTPATH=
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
11 clean:
12 rm -f ./tests