test:
	node ../node_modules/tc/bin/tc case

clean:
	rm -rf tmp

.PHONY : test