Re: Development version of BIND 9 - 9.21.10 with meson build system

2025-08-18 Thread Stacey Marshall
On 18 Aug 2025, at 14:24, Ondřej Surý wrote: > Hi Stacey, > > I am not sure if I fully understand your question, but I'll try to answer... >> On 18. 8. 2025, at 15:17, Stacey Marshall wrote: >> >> For production does the cmocka option need to be disabled, -Dcmocka=disabled? >> A cursory look sugg

Re: Development version of BIND 9 - 9.21.10 with meson build system

2025-08-18 Thread Ondřej Surý
Hi Stacey, I am not sure if I fully understand your question, but I'll try to answer... > On 18. 8. 2025, at 15:17, Stacey Marshall wrote: > > For production does the cmocka option need to be disabled, -Dcmocka=disabled? > A cursory look suggests it is only used within the test code. > I note th

Re: Development version of BIND 9 - 9.21.10 with meson build system

2025-08-18 Thread Stacey Marshall
On 4 Aug 2025, at 17:31, Stacey Marshall wrote: The 9.21 test framework has an additional requirement on CMocka, from README.md Unit tests are implemented using the CMocka unit testing framework. To build them, use the option `-Dcmocka=enabled`. Execution of unit tests is done by the meson'