]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Document unit-tests for src/
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 26 Jul 2009 11:06:00 +0000 (23:06 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 26 Jul 2009 11:06:00 +0000 (23:06 +1200)
src/Makefile.am

index 8c0b66de6f52f1f60422e79641ebe2e21dc11c5c..99e9275f35f7a9f357d8b6588a17a7c46c8aed97 100644 (file)
@@ -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