summaryrefslogtreecommitdiffstats
path: root/test/bug/Makefile
blob: 88dfd7536c53c7131f8eb207efbdd34040b7db3e (plain) (blame)
1
2
3
4
5
6
default:
	curl -H "User-Agent: Nokia WAP Gateway 4.1 CD1/ECD13_D/4.1.04)" "http://wap.google.com/search?q=libxml2&num=100&ie=UTF-8" > s.html
	gcc -Wall -pedantic -g prog.c $$(xml2-config --cflags --libs)

valgrind:
	valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes --verbose --log-file=valgrind-out.txt ./a.out s.html