From: Amos Jeffries Date: Sun, 26 Jul 2009 10:32:17 +0000 (+1200) Subject: Re-enable unit-tests for src/ X-Git-Tag: SQUID_3_1_0_12~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=51360c93be4b1ee001b4e4e77ce5a4f8dd289ce3;p=thirdparty%2Fsquid.git Re-enable unit-tests for src/ Somehow they got disabled earlier. --- diff --git a/src/Makefile.am b/src/Makefile.am index 9c77822e3a..6838eaff77 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -841,6 +841,9 @@ check_PROGRAMS+= tests/testAuth \ tests/testURL \ @STORE_TESTS@ +## NP: required to run the above list. check_PROGRAMS only builds the binaries... +TESTS += $(check_PROGRAMS) + ### Template for new Unit Test Program ## - add tests/testX to check_PROGRAMS above. ## - copy template below and substitue X for class name