summaryrefslogtreecommitdiff
path: root/test/Makefile
blob: 75145a3e2dd237c591eb53d8bd069c573ec3e65a (plain)
1
2
3
4
5
6
7
8
all: 7ed-TESTING
7ed-TESTING:
	cd .. && make tests
	@echo "Done."

clean: 
	cd .. && make clean
	@echo "Cleaned."