curl-curl/tests/tunit
Viktor Szakats 160656410d
make: clean tests better (tunits)
Sync clean target with other test bundles.

Follow-up to d3761bb840 #16986
Closes #17053
2025-04-15 01:20:23 +02:00
..
.gitignore tests: fixup tunit tests for cmake 2025-04-14 21:31:39 +02:00
CMakeLists.txt tests: fixup tunit tests for cmake 2025-04-14 21:31:39 +02:00
Makefile.am make: clean tests better (tunits) 2025-04-15 01:20:23 +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.