Makefile.am
author J. Ali Harlow <ali@juiblex.co.uk>
Tue Jul 14 18:03:26 2020 +0100 (2020-07-14)
changeset 97 55ae076f393c
parent 38 a29623b68ca2
child 100 2c571abcea2a
permissions -rw-r--r--
pre-inst should install 'installer' group rather than the hardcoded plover-gtkui
ali@87
     1
SUBDIRS=plover plover-gtk pre-inst tests setup update 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)'