]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix test suite: actually run it (#1539)
authorFrancesco Chemolli <5175948+kinkie@users.noreply.github.com>
Thu, 26 Oct 2023 17:48:30 +0000 (17:48 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Thu, 26 Oct 2023 17:48:35 +0000 (17:48 +0000)
Fix a bug introduced by commit a7b75c6498, where unit tests
would be built but not actually run.

src/Makefile.am

index 8058f7760855936289eeeb6eafa7157b91ce2b8f..78b9a971205ad57b850f9202a08adaacaf323ffe 100644 (file)
@@ -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 = \