From 20e6767e76f66105da8f0f895942531cdd3650c4 Mon Sep 17 00:00:00 2001 From: ph10 Date: Mon, 11 Aug 2014 18:30:24 +0000 Subject: [PATCH] Enable RunTest when "make check" is obeyed. --- Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index bbff915..ce3d7f3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -483,9 +483,10 @@ endif # WITH_GCOV ## binary in various ways. We install these test binaries in case folks find it ## helpful. +TESTS += RunTest +dist_noinst_SCRIPTS += RunTest + # FIXME -#TESTS += RunTest -#dist_noinst_SCRIPTS += RunTest #EXTRA_DIST += RunTest.bat ## When the 8-bit library is configured, pcre2grep will have been built.