bind9/bin/tests/system/hooks
Tom Krizek ae18bc33c5
Compile system test binaries during make
Using check_PROGRAMS would postpone compiling the binaries needed by
system tests until `make check` would be called. Since it's preferable
to invoke pytest directly to run the system test suite, compile these
binaries without installing them during `make all` instead by using
noinst_PROGRAMS.

This removes the need to use TESTS= make -e check hack invoked from
pytest to work around this issue.

(cherry picked from commit 21980b43b8)
2023-08-22 15:40:44 +02:00
..
driver Compile system test binaries during make 2023-08-22 15:40:44 +02:00
ns1 Use DEFAULT_HMAC for rndc 2022-08-10 17:25:26 +10:00
clean.sh Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
setup.sh Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
tests_async_plugin.py Re-add a code comment to the "hooks" system test 2023-06-09 15:17:23 +02:00