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

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