
all: test

test:
	for i in Test*.rb ; do \
		ruby $${i}; \
	done 
