From: Francesco Chemolli <5175948+kinkie@users.noreply.github.com> Date: Thu, 26 Oct 2023 17:48:30 +0000 (+0000) Subject: Fix test suite: actually run it (#1539) X-Git-Tag: SQUID_7_0_1~315 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0685b56c2d8f519aa491f9576b7a4f3fefec4215;p=thirdparty%2Fsquid.git Fix test suite: actually run it (#1539) Fix a bug introduced by commit a7b75c6498, where unit tests would be built but not actually run. --- diff --git a/src/Makefile.am b/src/Makefile.am index 8058f77608..78b9a97120 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -760,6 +760,8 @@ tests_testBoilerplate_LDFLAGS = $(LIBADD_DL) # dependency-based list so that simpler code is tested before more complex code # which uses it. +TESTS += $(check_PROGRAMS) + ## Tests of SquidMath.h check_PROGRAMS += tests/testMath tests_testMath_SOURCES = \