curl/tests/tunit
Daniel Stenberg eb7f5b71e5
tool_doswin: remove the max length check
A too long name is likely to cause a problem later anyway and get
reported there. We don't enforce file name lengths for any other
systems.

Assisted-by: Jay Satiro
Assisted-by: Viktor Szakats

Closes #20143
2026-01-04 11:22:43 +01:00
..
.gitignore
CMakeLists.txt
Makefile.am
Makefile.inc tool_progress: fix large time outputs and decimal size display 2026-01-04 00:16:59 +01:00
README.md
tool1394.c build: stop overriding standard memory allocation functions 2025-11-28 10:44:26 +01:00
tool1604.c tool_doswin: remove the max length check 2026-01-04 11:22:43 +01:00
tool1621.c build: stop overriding standard memory allocation functions 2025-11-28 10:44:26 +01:00
tool1622.c tool_progress: fix large time outputs and decimal size display 2026-01-04 00:16:59 +01: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.