]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.18] chg: dev: Restore the ability to select individual unit tests
authorMark Andrews <marka@isc.org>
Thu, 22 Aug 2024 06:49:00 +0000 (06:49 +0000)
committerMark Andrews <marka@isc.org>
Thu, 22 Aug 2024 06:49:00 +0000 (06:49 +0000)
commita59fe212a34ffbb7dfabc50e848579aa7a80824d
treebb7a4ef4a8b9007fa68535fa0d11a00b201df574
parent01ee251d1303df194a10cc6c4c7cc172dbb4e976
parentb8cdd96ff4723d307af04ab4b87d945b4a79228a
[9.18] chg: dev: Restore the ability to select individual unit tests

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

e.g.
```
    % ./rdata_test -t zonemd
    [==========] selected: Running 1 test(s).
    [ RUN      ] zonemd
    [       OK ] zonemd
    [==========] selected: 1 test(s) run.
    [  PASSED  ] 1 test(s).
    %
```

Closes #4579

Backport of MR !9384

Merge branch 'backport-4579-restore-the-ability-to-select-individual-unit-tests-9.18' into 'bind-9.18'

See merge request isc-projects/bind9!9386