curl/tests/server
Viktor Szakats 53c88435d8
build: split .c and .h file lists in tests
It allows to pass `.h` files only where they are really needed, which is
`EXTRA_DIST` (or `*SOURCES`) for autotools.

Also:
- rename variables to be shorter and consistent.
- drop references to non-local headers. We don't need to pass them as
  dist sources.
- drop empty variables and references, after the above.
- server: add placeholder `UTIL_H`.

Closes #17745
2025-06-26 10:20:41 +02:00
..
.checksrc checksrc: use 'banfunc' proper in more places 2025-01-13 09:10:58 +01:00
.gitignore tests: always make bundles, adapt build and tests 2025-06-14 21:08:23 +02:00
CMakeLists.txt build: split .c and .h file lists in tests 2025-06-26 10:20:41 +02:00
dnsd.c tests/server: de-dupe/merge three sockdaemon() clones into one 2025-06-23 17:02:43 +02:00
first.c tests: make individual test sources compile cleanly 2025-06-22 15:58:15 +02:00
first.h tests/server: de-dupe/merge three sockdaemon() clones into one 2025-06-23 17:02:43 +02:00
getpart.c tests/server: move memory init to memptr.c 2025-06-25 01:37:56 +02:00
Makefile.am build: split .c and .h file lists in tests 2025-06-26 10:20:41 +02:00
Makefile.inc build: split .c and .h file lists in tests 2025-06-26 10:20:41 +02:00
memptr.c tests/server: move memory init to memptr.c 2025-06-25 01:37:56 +02:00
mqttd.c tests/server: de-dupe/merge three sockdaemon() clones into one 2025-06-23 17:02:43 +02:00
resolve.c tests: make individual test sources compile cleanly 2025-06-22 15:58:15 +02:00
rtspd.c tests/server: de-dupe/merge three sockdaemon() clones into one 2025-06-23 17:02:43 +02:00
sockfilt.c tests/server: de-dupe/merge three sockdaemon() clones into one 2025-06-23 17:02:43 +02:00
socksd.c tests/server: de-dupe/merge three sockdaemon() clones into one 2025-06-23 17:02:43 +02:00
sws.c tests/server: de-dupe/merge three sockdaemon() clones into one 2025-06-23 17:02:43 +02:00
tftpd.c tests/server: de-dupe/merge three sockdaemon() clones into one 2025-06-23 17:02:43 +02:00
util.c tests/server: de-dupe/merge three sockdaemon() clones into one 2025-06-23 17:02:43 +02:00