curl-curl/tests/tunit
Daniel Stenberg 461ebbd336
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
2025-04-08 08:08:05 +02:00
..
CMakeLists.txt tests/tunit: make a separate directory for tool-based unit tests 2025-04-08 08:08:05 +02:00
Makefile.am tests/tunit: make a separate directory for tool-based unit tests 2025-04-08 08:08:05 +02:00
Makefile.inc tests/tunit: make a separate directory for tool-based unit tests 2025-04-08 08:08:05 +02:00
README.md tests/tunit: make a separate directory for tool-based unit tests 2025-04-08 08:08:05 +02:00
tool1394.c tests/tunit: make a separate directory for tool-based unit tests 2025-04-08 08:08:05 +02:00
tool1604.c tests/tunit: make a separate directory for tool-based unit tests 2025-04-08 08:08:05 +02:00

Tool unit tests

This directory is for unit testing of tool functions. They are separate from libcurl unit tests, because how these live/work outside of the library and the libcurl unit tests live/work inside.