2007-05-04 19:53:49 -04:00
|
|
|
|
2008-11-07 14:32:28 -05:00
|
|
|
SUBDIRS = data conform interactive micro-bench tools
|
2008-04-25 09:37:36 -04:00
|
|
|
|
2008-11-07 14:32:28 -05:00
|
|
|
EXTRA_DIST = README
|
2007-05-04 19:53:49 -04:00
|
|
|
|
2008-11-07 14:32:28 -05:00
|
|
|
.PHONY: test conform
|
|
|
|
test conform:
|
|
|
|
$(MAKE) -C ./conform test
|
|
|
|
.PHONY: test-report full-report
|
|
|
|
test-report full-report:
|
|
|
|
$(MAKE) -C ./conform $(@)
|
|
|
|
|
|
|
|
# run make test as part of make check
|
|
|
|
check-local: test
|
2007-07-06 03:35:32 -04:00
|
|
|
|