From 4b399be4b6f7ce13de2165bc350671ccba6b6a2b Mon Sep 17 00:00:00 2001 From: Stuart Haslam Date: Tue, 24 Nov 2015 13:35:01 +0000 Subject: Makefile.am: run tests during distcheck The distcheck target is intended to ensure that a built distribution will actually work. As part of the process it runs "make check" and "make installcheck", but these don't actually do much useful testing without the appropriate flags having been passed during configure. Signed-off-by: Stuart Haslam Reviewed-by: Anders Roxell Signed-off-by: Maxim Uvarov --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 1eb1a9f40..353c6c659 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,9 @@ ACLOCAL_AMFLAGS=-I m4 AUTOMAKE_OPTIONS = foreign +AM_DISTCHECK_CONFIGURE_FLAGS = --enable-test-cpp \ + --enable-test-perf \ + --enable-test-vald \ + --with-testdir #@with_platform@ works alone in subdir but not as part of a path??? SUBDIRS = @platform_with_platform@ \ -- cgit v1.2.3