mirror of
https://github.com/curl/curl.git
synced 2026-05-26 13:06:20 +03:00
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 |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| CMakeLists.txt | ||
| Makefile.am | ||
| Makefile.inc | ||
| README.md | ||
| tool1394.c | ||
| tool1604.c | ||
| tool1621.c | ||
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.