diff options
author | Tomek Mrugalski <tomasz@isc.org> | 2014-07-01 13:05:44 +0200 |
---|---|---|
committer | Tomek Mrugalski <tomasz@isc.org> | 2014-07-01 13:05:44 +0200 |
commit | 8f8886ba93e9dfc714494b843deb1b3e14e58d67 (patch) | |
tree | 67b5abfa4c2547b478e40a77bc8bdf6a2bb37984 /src/lib/testutils | |
parent | [3413] Empty .gitignore removed. (diff) | |
download | kea-8f8886ba93e9dfc714494b843deb1b3e14e58d67.tar.xz kea-8f8886ba93e9dfc714494b843deb1b3e14e58d67.zip |
[3413] Changes after review:
- cosmetic changes in configure.ac
- comment in src/lib/testutils/testdata/Makefile.am updated
Diffstat (limited to 'src/lib/testutils')
-rw-r--r-- | src/lib/testutils/testdata/Makefile.am | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/lib/testutils/testdata/Makefile.am b/src/lib/testutils/testdata/Makefile.am index 27a2439e9d..dc8a103076 100644 --- a/src/lib/testutils/testdata/Makefile.am +++ b/src/lib/testutils/testdata/Makefile.am @@ -1,8 +1,9 @@ CLEANFILES = *.copied -# The following files used to be auto-generated using gen_wiredata.py, -# but #3413 removed python3 dependency and those files are now part -# of the git repo. +# The following files are generated from the corresponding .spec files using +# gen-wiredata.py. Python is not a prerequisite for Kea, so it cannot be +# assumed that they can be generated when Kea is built. For this reason, they +# are part of the Kea repository and are distributed in the tarball. EXTRA_DIST = badExampleQuery_fromWire.wire examplequery_fromWire.wire EXTRA_DIST += iqueryresponse_fromWire.wire multiquestion_fromWire.wire EXTRA_DIST += queryBadEDNS_fromWire.wire shortanswer_fromWire.wire |