From 6671430c3c3997a17de756856899c8ab9f377faa Mon Sep 17 00:00:00 2001 From: Chris Hofstaedtler Date: Tue, 27 Aug 2024 18:22:42 +0200 Subject: [PATCH] auth: "document" PDNS_BUILD_PATH for regression-tests/ --- regression-tests/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/regression-tests/README.md b/regression-tests/README.md index c5ca8f158b..9b7bd7023e 100644 --- a/regression-tests/README.md +++ b/regression-tests/README.md @@ -41,6 +41,19 @@ to see all available suites. In addition to diff-files in all test dirs, start-test-stop generates a jUnit- compatible XML report. +--- + +If you used meson to build, export `PDNS_BUILD_PATH` and point it to your +build directory. Also make sure you configured with `-Dtools=true`, and have +built `pdns-auth`, `pdns-auth-util`, `zone2sql` and `sdig`. +Example for invoking the tests: + +```sh +export PDNS_BUILD_PATH=/home/you/pdns/buildDir +./start-test-stop 5300 gmysql +``` + + Manual testing -------------- -- 2.47.2