From: Pieter Lexis Date: Thu, 6 Aug 2015 12:02:33 +0000 (+0200) Subject: Fix the testrunner X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~57^2~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a263cb471baab7a2d28dd74d5f1307d806063eb8;p=thirdparty%2Fpdns.git Fix the testrunner It was broken because a source was missing. That wasn't caught because travis didn't retest #2638 --- diff --git a/pdns/Makefile.am b/pdns/Makefile.am index 6ad573fd6e..3b2b5221b6 100644 --- a/pdns/Makefile.am +++ b/pdns/Makefile.am @@ -996,6 +996,7 @@ testrunner_SOURCES = \ qtype.cc \ rcpgenerator.cc \ responsestats.cc \ + responsestats-auth.cc \ sillyrecords.cc \ statbag.cc \ test-arguments_cc.cc \