summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Baryshkov <dbaryshkov@gmail.com>2020-05-26 13:12:24 +0300
committerDmitry Baryshkov <dbaryshkov@gmail.com>2020-05-26 13:12:24 +0300
commit66d5072d2b32b3a9514ca92de712258b41a618fd (patch)
treecd5ae71211728b958985132f51268690a786d00a
parenta9f907be146be0df2cc756c19543ec1d10ccdef9 (diff)
downloadgnutls-66d5072d2b32b3a9514ca92de712258b41a618fd.tar.gz
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 <dbaryshkov@gmail.com>
-rw-r--r--tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
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)