keysyms-update: Add deprecation guards to the deprecated header
[profile/ivi/clutter.git] / tests / Makefile.am
1 SUBDIRS = accessibility data conform interactive micro-bench performance
2
3 EXTRA_DIST = README
4
5 test conform:
6         ( cd ./conform && $(MAKE) $(AM_MAKEFLAGS) $@ ) || exit $$?
7
8 test-report full-report:
9         ( cd ./conform && $(MAKE) $(AM_MAKEFLAGS) $@ ) || exit $$?
10
11 .PHONY: test conform test-report full-report
12
13 # run make test as part of make check
14 check-local: test