From: Jeremy C. Reed Date: Mon, 10 Oct 2011 18:13:06 +0000 (-0500) Subject: [master] make descend into testdata directory before local tests X-Git-Tag: perftcpdns_before_epoll~37^2~25^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2e74ee9f329249738ddf00599090f94ef80eecc1;p=thirdparty%2Fkea.git [master] make descend into testdata directory before local tests I mentioned this on jabber last week: Why would it want to do the local directory tests before the testdata is generated? This issue is never noticed yet because the testdata was built at build time and not check time. --- diff --git a/src/lib/datasrc/tests/Makefile.am b/src/lib/datasrc/tests/Makefile.am index 3183b1d4f7..3d2ba6d4a7 100644 --- a/src/lib/datasrc/tests/Makefile.am +++ b/src/lib/datasrc/tests/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = . testdata +SUBDIRS = testdata AM_CPPFLAGS = -I$(top_srcdir)/src/lib -I$(top_builddir)/src/lib AM_CPPFLAGS += -I$(top_builddir)/src/lib/dns -I$(top_srcdir)/src/lib/dns