]> git.ipfire.org Git - thirdparty/bind9.git/commit
chg: dev: Restore the ability to select individual unit tests
authorMark Andrews <marka@isc.org>
Thu, 22 Aug 2024 00:54:13 +0000 (00:54 +0000)
committerMark Andrews <marka@isc.org>
Thu, 22 Aug 2024 00:54:13 +0000 (00:54 +0000)
commit2299aba5c20b152c8f06ed8ec485ec1630b97159
tree3f741de34607cfb310a3bb8d4005d892481953f8
parent8d6b0bcc6b3891173d9222e0ec290372061e9cbb
parentd8a6ff5c3e3c196a840d0c6b73d0213331d758fd
chg: dev: Restore the ability to select individual unit tests

This add the command line arguments: `-d` (debug), `-l` (list tests) and `-t test` (run this test) to the unit tests.

Closes #4579

Merge branch '4579-restore-the-ability-to-select-individual-unit-tests' into 'main'

Closes #4579

See merge request isc-projects/bind9!9384