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

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

ReadOptionsFile-test:
	gcc -I../../include -o test ReadOptionsFile-test.c -L../../lib -lparse -lptr -lmemory -lio

ParseDirective-test:
	gcc -I../../include -o test ParseDirective-test.c -L../../lib -lparse -lptr -lio -lmemory

ParseVariable-test:
	gcc -I../../include -o test ParseVariable-test.c -L../../lib -lparse -lptr -lio -lmemory 

GetVariableValue-test:
	gcc -I../../include -o test GetVariableValue-test.c -L../../lib -lparse -lptr -lio -lmemory 

IsDirectiveDefined-test:
	gcc -I../../include -o test IsDirectiveDefined-test.c -L../../lib -lparse -lptr -lio -lmemory 

SplitString-test:
	gcc -I../../include -o test SplitString-test.c -L../../lib -lparse -lptr -lio -lmemory 

