e16b42a1b9
This makes the test-cogl-perf test from clutter into a standalone Cogl benchmark. Reviewed-by: Neil Roberts <neil@linux.intel.com> (cherry picked from commit 1684a040b238ebae140e827f4003f2d2867c04f3)
14 lines
238 B
Makefile
14 lines
238 B
Makefile
SUBDIRS = conform micro-perf 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
|