]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
meson: tests/config: run all configtests
authorTomas Krizek <tomas.krizek@nic.cz>
Fri, 1 Feb 2019 12:26:22 +0000 (13:26 +0100)
committerTomas Krizek <tomas.krizek@nic.cz>
Tue, 12 Mar 2019 09:41:54 +0000 (10:41 +0100)
daemon/lua/meson.build
daemon/meson.build
modules/http/meson.build
modules/meson.build

index 1052571c414f10e19c969e6bc274b49c1ec66d6c..8c774d0dea06f1084e88ac910deb43542c382822 100644 (file)
@@ -6,7 +6,7 @@ lua_src_daemon = [
 ]
 
 config_tests += [
-  # TODO bootstrap
+  ['ta_bootstrap', files('trust_anchors.test/bootstrap.test.lua')],
 ]
 
 # install lua modules
index a3905b2dfe38ce7d4fae6c37e03535f1f08a8446..ac1b5f05a7895a90606b0212ed6e366729254a71 100644 (file)
@@ -15,7 +15,7 @@ kresd_src = [
 
 
 config_tests += [
-  # TODO cache
+  ['cache.clear', files('cache.test/clear.test.lua')],
 ]
 
 
index a656a7b9558d6983ead41bda741d63fea08e1fd2..699bf5a1963212f862c592cd4849521ed17d6b72 100644 (file)
@@ -1,3 +1,7 @@
+config_tests += [
+  ['http.tls', files('test_tls/tls.test.lua')],
+]
+
 # install static files
 install_subdir(
   'static',
index cb7e28c4c71728090270557ef967d9e531f67651..6acdffa656633f9e04fc6ca1b83c03c6b3a21bf9 100644 (file)
@@ -25,10 +25,10 @@ lua_src = [
 
 config_tests += [
   ['predict', files('predict/predict.test.lua')],
-  ['http', files('http/http.test.lua')],
-  # TODO http/test_tls
+  ['http', files('http/http.test.lua')],  # TODO organize
+  ['http.tls', files('http/test_tls/tls.test.lua')],
   ['policy', files('policy/policy.test.lua')],
-  # TODO hints
+  ['hints', files('hints/tests/hints.test.lua')],
   ['nsid', files('nsid/nsid.test.lua')],
   ['dns64', files('dns64/dns64.test.lua')],
 ]