update to 1.10.4
[profile/ivi/clutter.git] / tests / Makefile.am
1 SUBDIRS = accessibility data interactive micro-bench performance
2
3 if BUILD_TESTS
4 SUBDIRS += conform
5 endif
6
7 DIST_SUBDIRS = accessibility data conform interactive micro-bench performance
8
9 EXTRA_DIST = README
10
11 if BUILD_TESTS
12 test conform:
13         ( cd ./conform && $(MAKE) $(AM_MAKEFLAGS) $@ ) || exit $$?
14
15 test-report full-report:
16         ( cd ./conform && $(MAKE) $(AM_MAKEFLAGS) $@ ) || exit $$?
17 else
18 test conform:
19         @true
20
21 test-report full-report:
22         @true
23 endif # BUILD_TESTS
24
25 .PHONY: test conform test-report full-report
26
27 # run make test as part of make check
28 check-local: test