all:
	@echo "Type 'make xxx-test' where xxx is the name of the"
	@echo "routine to test."

TrimString-test:
	gcc -I../../include -o test TrimString-test.c -L../../lib -lptr

RemoveNewline-test:
	gcc -I../../include -o test RemoveNewline-test.c -L../../lib -lptr

CharReplace-test:
	gcc -I../../include -o test CharReplace-test.c -L../../lib -lptr

MimicString-test:
	gcc -I../../include -o test MimicString-test.c -L../../lib -lptr -lmemory
