From: Chris Hofstaedtler Date: Tue, 27 Aug 2024 16:22:42 +0000 (+0200) Subject: auth: "document" PDNS_BUILD_PATH for regression-tests/ X-Git-Tag: rec-5.2.0-alpha1~58^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F14715%2Fhead;p=thirdparty%2Fpdns.git auth: "document" PDNS_BUILD_PATH for regression-tests/ --- 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 --------------