From: Amos Jeffries Date: Sat, 25 Jul 2009 15:35:15 +0000 (+1200) Subject: Re-enable unit-tests for src/ X-Git-Tag: SQUID_3_2_0_1~846 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=104ed46e6a94b8a911c6751df85be7adb3fb2f63;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