From: Dmitry Baryshkov Date: Tue, 26 May 2020 10:12:24 +0000 (+0300) Subject: tests: build datefudge-check during make all X-Git-Tag: 3.6.14~12^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=66d5072d2b32b3a9514ca92de712258b41a618fd;p=thirdparty%2Fgnutls.git tests: build datefudge-check during make all Most of the tests depend on datefudge-check. Let's make it during 'make all' stage to allow running individual tests w/o requiring to build it separately. Fixes #920 Signed-off-by: Dmitry Baryshkov --- diff --git a/tests/Makefile.am b/tests/Makefile.am index a41067f5af..11a083c637 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -567,6 +567,7 @@ endif if !WINDOWS indirect_tests += datefudge-check +noinst_PROGRAMS = datefudge-check endif check_PROGRAMS = $(cpptests) $(ctests) $(indirect_tests)