From: Amos Jeffries Date: Sun, 26 Jul 2009 11:06:00 +0000 (+1200) Subject: Document unit-tests for src/ X-Git-Tag: SQUID_3_0_STABLE17~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc0147ea33051ff6010886156a5f4e92cd3d596e;p=thirdparty%2Fsquid.git Document unit-tests for src/ --- diff --git a/src/Makefile.am b/src/Makefile.am index 8c0b66de6f..99e9275f35 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -25,7 +25,7 @@ else SNMP_SOURCE = endif -TESTS=$(check_PROGRAMS) +TESTS= check_PROGRAMS= SUBDIRS = fs repl auth @@ -1135,6 +1135,9 @@ check_PROGRAMS+= \ 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