all:
	g++ -fprofile-arcs -ftest-coverage -I../lib/ tmp.cpp -o test/a.out -L../lib -ls
