Makefile.am
author J. Ali Harlow <ali@juiblex.co.uk>
Fri Jun 08 17:05:27 2018 +0100 (2018-06-08)
changeset 76 7a98a5020c44
parent 25 e10f418d8e1d
child 87 5914de4a823f
permissions -rw-r--r--
Fix bug where summary page could not be confirmed when no comps file in use
ali@38
     1
SUBDIRS=plover plover-gtk tests setup update pre-inst app-manager plover-open
ali@38
     2
ali@38
     3
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
ali@38
     4
ali@38
     5
@CODE_COVERAGE_RULES@
ali@38
     6
ali@38
     7
check-valgrind:
ali@38
     8
	-(cd tests && $(MAKE) $(AM_MAKEFLAGS) check-valgrind)
ali@38
     9
	@echo 'Results in tests/test-suite-*.log)'