tests/tunit: make a separate directory for tool-based unit tests

Separated from library based unit tests to not confuse memory management
etc. Move 1394 and 1604 there.

Closes #16983
This commit is contained in:
Daniel Stenberg 2025-04-05 22:42:09 +02:00
parent 04c78c897b
commit 461ebbd336
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
13 changed files with 215 additions and 8 deletions

View file

@ -17,6 +17,9 @@ unittest
<name>
unit test for parse_cert_parameter()
</name>
<tool>
tool%TESTNUMBER
</tool>
</client>
<verify>

View file

@ -17,5 +17,8 @@ unittest
<name>
Test Windows/MS-DOS filename sanitization
</name>
<tool>
tool%TESTNUMBER
</tool>
</client>
</testcase>