]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] make descend into testdata directory before local tests
authorJeremy C. Reed <jreed@ISC.org>
Mon, 10 Oct 2011 18:13:06 +0000 (13:13 -0500)
committerJeremy C. Reed <jreed@ISC.org>
Mon, 10 Oct 2011 18:13:06 +0000 (13:13 -0500)
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.

src/lib/datasrc/tests/Makefile.am

index 3183b1d4f71f84ff43814b45af5d9c667f5ccaa8..3d2ba6d4a7368eed3f14faa70ea01614b842ab80 100644 (file)
@@ -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