summaryrefslogtreecommitdiffstats
path: root/test/Makefile
blob: 379e6c74a2fd3f00b764c8546035195911c48898 (plain)
1
2
3
4
5
6
7
8
check:
	./dotest -k
	$(MAKE) clean
test: check
clean:
	for a in * ; do case $$a in \
            README | Makefile | dotest | pngtype.pl ) ;; \
	    * ) [ -d $$a ] || rm $$a ;; esac ; done