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
This commit is contained in:
Daniel Stenberg 2025-05-06 15:03:46 +02:00
parent 2e49965126
commit 220eda34cd
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
7 changed files with 12 additions and 9 deletions

View file

@ -22,8 +22,6 @@
*
***************************************************************************/
#include "curlcheck.h"
/* disable the curlx_get_line redefinitions for this unit test */
#define BUILDING_LIBCURL
#include "curl_get_line.h"
#include "memdebug.h"