curl/tests/tunit
Viktor Szakats 7d8fa8276d
tests: drop BUNDLE_SRC variable
Derive it from `$BUNDLE` instead. autotools seems to be already relying
on `$BUNDLE_SRC` being equal to `$BUNDLE.c`. (I haven't realized this
before aaebb45f58.)

Also drop redundant `nodist_<target>_SOURCE` lines in tunits and units.

Follow-up to aaebb45f58 #17688
Follow-up to 2c27a67daa #17590

Closes #17692
2025-06-21 10:49:05 +02:00
..
.gitignore tests: always make bundles, adapt build and tests 2025-06-14 21:08:23 +02:00
CMakeLists.txt tests: drop BUNDLE_SRC variable 2025-06-21 10:49:05 +02:00
Makefile.am tests: drop BUNDLE_SRC variable 2025-06-21 10:49:05 +02:00
Makefile.inc tests: drop BUNDLE_SRC variable 2025-06-21 10:49: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: always make bundles, adapt build and tests 2025-06-14 21:08:23 +02:00
tool1604.c tests: always make bundles, adapt build and tests 2025-06-14 21:08:23 +02:00
tool1621.c tests: always make bundles, adapt build and tests 2025-06-14 21:08:23 +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.