all:
	echo "Tests not yet implemented" > tests_passed.txt

clean:
	$(RM) *.o ~* tests_passed.txt

test: all

.PHONY: all clean install test

