Makefile.am
author J. Ali Harlow <ali@juiblex.co.uk>
Fri Jun 08 12:14:49 2018 +0100 (2018-06-08)
changeset 74 a69a7f215b92
parent 25 e10f418d8e1d
child 87 5914de4a823f
permissions -rw-r--r--
Fix bug causing PloverPackageSet to treat '' and 'file:/' as distinct root URIs
     1 SUBDIRS=plover plover-gtk tests setup update pre-inst app-manager plover-open
     2 
     3 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
     4 
     5 @CODE_COVERAGE_RULES@
     6 
     7 check-valgrind:
     8 	-(cd tests && $(MAKE) $(AM_MAKEFLAGS) check-valgrind)
     9 	@echo 'Results in tests/test-suite-*.log)'