]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Hook up Base64 test suite to dnsdist's testrunner
authorMichał Kępień <github@kempniu.pl>
Wed, 16 Dec 2015 11:00:19 +0000 (12:00 +0100)
committerMichał Kępień <github@kempniu.pl>
Wed, 16 Dec 2015 11:03:45 +0000 (12:03 +0100)
pdns/dnsdistdist/Makefile.am
pdns/dnsdistdist/test-base64_cc.cc [new symlink]

index 9def85c0e7d909a8f54deda6814761a41caf03ce..fba3eb59a11dafb70e95f784213db8e3634b703b 100644 (file)
@@ -83,7 +83,8 @@ dnsdist_LDADD = \
 
 
 testrunner_SOURCES = \
-       dns.hh \
+       base64.hh dns.hh \
+       test-base64_cc.cc \
        test-dnsdist_cc.cc dnsdist.hh \
        dnsdist-ecs.cc dnsdist-ecs.hh \
        dnslabeltext.cc \
@@ -98,6 +99,7 @@ testrunner_SOURCES = \
        pdnsexception.hh \
        qtype.cc qtype.hh \
        sholder.hh \
+       sodcrypto.cc \
        sstuff.hh \
        testrunner.cc
 
diff --git a/pdns/dnsdistdist/test-base64_cc.cc b/pdns/dnsdistdist/test-base64_cc.cc
new file mode 120000 (symlink)
index 0000000..1f48930
--- /dev/null
@@ -0,0 +1 @@
+../test-base64_cc.cc
\ No newline at end of file