bind9/bin/tests/system/dlzexternal/driver
Tom Krizek 21980b43b8
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.
2023-08-21 20:04:48 +02:00
..
driver.c Update sources to Clang 15 formatting 2022-11-29 08:54:34 +01:00
driver.h Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
Makefile.am Compile system test binaries during make 2023-08-21 20:04:48 +02:00