]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Run our unit tests with `meson test`
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 4 Feb 2025 14:06:58 +0000 (15:06 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 4 Feb 2025 14:06:58 +0000 (15:06 +0100)
pdns/dnsdistdist/meson.build

index e5e430298e7d267d37ef89e8d1f20bb217c7401c..845e33eba49f65284421567def774060af213ab5 100644 (file)
@@ -552,6 +552,10 @@ foreach tool, info: tools
   endif
 endforeach
 
+if get_option('unit-tests')
+  test('testrunner', testrunner)
+endif
+
 # Man-pages.
 py = import('python')
 python = py.find_installation('python3', modules: 'venv', required: false)