mirror of
https://github.com/curl/curl.git
synced 2026-08-24 13:03:35 +03:00
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:
parent
04c78c897b
commit
461ebbd336
13 changed files with 215 additions and 8 deletions
|
|
@ -17,6 +17,9 @@ unittest
|
|||
<name>
|
||||
unit test for parse_cert_parameter()
|
||||
</name>
|
||||
<tool>
|
||||
tool%TESTNUMBER
|
||||
</tool>
|
||||
</client>
|
||||
|
||||
<verify>
|
||||
|
|
|
|||
|
|
@ -17,5 +17,8 @@ unittest
|
|||
<name>
|
||||
Test Windows/MS-DOS filename sanitization
|
||||
</name>
|
||||
<tool>
|
||||
tool%TESTNUMBER
|
||||
</tool>
|
||||
</client>
|
||||
</testcase>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue