]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
tests: build datefudge-check during make all
authorDmitry Baryshkov <dbaryshkov@gmail.com>
Tue, 26 May 2020 10:12:24 +0000 (13:12 +0300)
committerDmitry Baryshkov <dbaryshkov@gmail.com>
Tue, 26 May 2020 10:12:24 +0000 (13:12 +0300)
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>
tests/Makefile.am

index a41067f5afa8cd40ae84abe3f65c5e7e6940f621..11a083c637c853100d1602c7f50d2851979b981a 100644 (file)
@@ -567,6 +567,7 @@ endif
 
 if !WINDOWS
 indirect_tests += datefudge-check
+noinst_PROGRAMS = datefudge-check
 endif
 
 check_PROGRAMS = $(cpptests) $(ctests) $(indirect_tests)