include ../../common.mak

TESTS := function.sh

clean:
	$(shell ./function.sh --clean)
