]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
meson: tests/config - run additional tests from tree
authorTomas Krizek <tomas.krizek@nic.cz>
Thu, 31 Jan 2019 16:01:36 +0000 (17:01 +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/meson.build

index 37839d38fc14373949e2b24384448542e028311d..1052571c414f10e19c969e6bc274b49c1ec66d6c 100644 (file)
@@ -5,6 +5,10 @@ lua_src_daemon = [
   'zonefile.lua',
 ]
 
+config_tests += [
+  # TODO bootstrap
+]
+
 # install lua modules
 foreach mod : lua_src_daemon
   install_data(
index 2c1490c080c29307df397e9b6a10227dd63a4050..fbdfa79ed00b6ee9ed0f2dd6d5a8be921fdc8f06 100644 (file)
@@ -14,6 +14,11 @@ kresd_src = [
 ]
 
 
+config_tests += [
+  # TODO cache
+]
+
+
 subdir('lua')
 
 
index 7fa9ab695a7ef2d028bb809f3d143f9b46eb2656..cb7e28c4c71728090270557ef967d9e531f67651 100644 (file)
@@ -23,6 +23,16 @@ lua_src = [
   'workarounds/workarounds.lua',
 ]
 
+config_tests += [
+  ['predict', files('predict/predict.test.lua')],
+  ['http', files('http/http.test.lua')],
+  # TODO http/test_tls
+  ['policy', files('policy/policy.test.lua')],
+  # TODO hints
+  ['nsid', files('nsid/nsid.test.lua')],
+  ['dns64', files('dns64/dns64.test.lua')],
+]
+
 
 subdir('bogus_log')
 # cookies module is not currently used