Browse Source

Missing makefile

git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac402@3553 e5f2f494-b856-4b98-b285-d166d9295462
Michal Vaner 14 years ago
parent
commit
7424ff3506
1 changed files with 25 additions and 0 deletions
  1. 25 0
      src/lib/testutils/Makefile.am

+ 25 - 0
src/lib/testutils/Makefile.am

@@ -0,0 +1,25 @@
+EXTRA_DIST = srv_test.h
+EXTRA_DIST += srv_unittest.h
+EXTRA_DIST += mockups.h
+
+EXTRA_DIST +=  testdata/badExampleQuery_fromWire
+EXTRA_DIST += testdata/badExampleQuery_fromWire.spec
+EXTRA_DIST += testdata/example.com
+EXTRA_DIST += testdata/examplequery_fromWire
+EXTRA_DIST += testdata/examplequery_fromWire.spec
+EXTRA_DIST += testdata/example.sqlite3
+EXTRA_DIST += testdata/iqueryresponse_fromWire
+EXTRA_DIST += testdata/iqueryresponse_fromWire.spec
+EXTRA_DIST += testdata/multiquestion_fromWire
+EXTRA_DIST += testdata/multiquestion_fromWire.spec
+EXTRA_DIST += testdata/queryBadEDNS_fromWire
+EXTRA_DIST += testdata/queryBadEDNS_fromWire.spec
+EXTRA_DIST += testdata/shortanswer_fromWire
+EXTRA_DIST += testdata/shortanswer_fromWire.spec
+EXTRA_DIST += testdata/shortmessage_fromWire
+EXTRA_DIST += testdata/shortquestion_fromWire
+EXTRA_DIST += testdata/shortresponse_fromWire
+EXTRA_DIST += testdata/simplequery_fromWire
+EXTRA_DIST += testdata/simplequery_fromWire.spec
+EXTRA_DIST += testdata/simpleresponse_fromWire
+EXTRA_DIST += testdata/simpleresponse_fromWire.spec