curl-curl/tests/tunit
Viktor Szakats aae361242f
cmake: replace internal option with a new testbins target
To allow building test binaries without test certs, replacing
`_CURL_SKIP_BUILD_CERTS` internal option with a build target that is
similar to `testdeps`, but without building the test certificates.

To make building test binaries a little bit faster, with less noisy
output, and without having to reconfigure the build.

Closes #20708
2026-02-25 22:57:02 +01:00
..
.gitignore tests: always make bundles, adapt build and tests 2025-06-14 21:08:23 +02:00
CMakeLists.txt cmake: replace internal option with a new testbins target 2026-02-25 22:57:02 +01:00
Makefile.am build: merge TrackMemory (CURLDEBUG) into debug-enabled option 2026-01-19 18:43:17 +01:00
Makefile.inc tool: support fractions for --limit-rate and --max-filesize 2026-01-17 23:25:26 +01:00
README.md tests/tunit: make a separate directory for tool-based unit tests 2025-04-08 08:08:05 +02:00
tool1394.c build: stop overriding standard memory allocation functions 2025-11-28 10:44:26 +01:00
tool1604.c test1604: avoid dynamic allocations 2026-02-02 12:28:13 +01:00
tool1621.c build: stop overriding standard memory allocation functions 2025-11-28 10:44:26 +01:00
tool1622.c tidy-up: miscellaneous 2026-01-20 12:37:56 +01:00
tool1623.c tidy-up: miscellaneous 2026-01-20 12:37:56 +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.