]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
auth: "document" PDNS_BUILD_PATH for regression-tests/ 14715/head
authorChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Tue, 27 Aug 2024 16:22:42 +0000 (18:22 +0200)
committerChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Wed, 28 Aug 2024 08:50:02 +0000 (10:50 +0200)
regression-tests/README.md

index c5ca8f158b1b2e3af1379b3a53e99fe0fe72d008..9b7bd7023e6d78953849f9517320059c3fcc2de3 100644 (file)
@@ -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
 --------------