]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Re-enable unit-tests for src/
authorAmos Jeffries <squid3@treenet.co.nz>
Sat, 25 Jul 2009 15:35:15 +0000 (03:35 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 25 Jul 2009 15:35:15 +0000 (03:35 +1200)
Somehow they got disabled earlier.

src/Makefile.am

index 9c77822e3a56669d35bacba9620a415382e937da..6838eaff77dd128e381c3890b919feac95b4c7d5 100644 (file)
@@ -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