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

FGetString-test:
	gcc -I../../include -o test FGetString-test.c -L../../lib -lio

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

IOError-test:
	gcc -I../../include -o test IOError-test.c -L../../lib -lio

OpenOrExit-test:
	gcc -I../../include -o test OpenOrExit-test.c -L../../lib -lio

