summaryrefslogtreecommitdiff
path: root/test/Makefile
blob: a97614b8f713aa9c8180f498af9cfd10a3351b4f (plain)
1
2
3
4
5
6
7
8
9
10
MAKEFLAGS += -s

all: 7ed-TESTING
7ed-TESTING:
	cd .. && make tests
	echo "Done."

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