From 66d5072d2b32b3a9514ca92de712258b41a618fd Mon Sep 17 00:00:00 2001 From: Dmitry Baryshkov Date: Tue, 26 May 2020 13:12:24 +0300 Subject: 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 --- tests/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.1