]> git.ipfire.org Git - thirdparty/curl.git/commit
tests: separate tunit tests from unit tests more
authorDaniel Stenberg <daniel@haxx.se>
Tue, 6 May 2025 13:03:46 +0000 (15:03 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 6 May 2025 15:25:22 +0000 (17:25 +0200)
commit220eda34cdfdcc4316845d2e2bbe5bd8b10305e0
treea0a282e1adf1d58e50b565143cc8d1eb626f4b96
parent2e49965126f190003c8556cadcf8ed40bca25d11
tests: separate tunit tests from unit tests more

- unit tests need no tool code as they are libcurl unit tests
- unit test 1621 is now tunit test 1621 instead, as it tests tool code
- build unit tests with BUILDING_LIBCURL as they pretent to be libcurl

Closes #17259
tests/data/test1621
tests/tunit/Makefile.inc
tests/tunit/tool1621.c [moved from tests/unit/unit1621.c with 100% similarity]
tests/unit/CMakeLists.txt
tests/unit/Makefile.am
tests/unit/Makefile.inc
tests/unit/unit3200.c