mutter/tests/Makefile.am

14 lines
227 B
Makefile
Raw Normal View History

SUBDIRS = conform data
DIST_SUBDIRS = conform data
EXTRA_DIST = README
test conform:
( cd ./conform && $(MAKE) $(AM_MAKEFLAGS) $@ ) || exit $$?
.PHONY: test conform
# run make test as part of make check
check-local: test