Change #238792
Category | None |
Changed by | Viktor Szakats <commit | @vsz.me>
Changed at | Wed 09 Jul 2025 20:29:50 |
Repository | https://api.github.com/repos/curl/curl |
Project | curl/curl |
Branch | master |
Revision | 7ed9dac2f9ac797fec7d3c6682f74a869682ec03 |
Comments
libtests: more header tidy-ups - make `test*` sources include `first.h`, like all others. - drop redundant `curlx/*` includes after the above. - merge `test.h` into `first.h`, now that no other file uses it. (and `first.h` had almost no content.) To simplify and sync header structure with other tests. Closes #17875
Changed files
- tests/libtest/Makefile.inc
- tests/libtest/first.h
- tests/libtest/test.h
- tests/libtest/testtrace.c
- tests/libtest/testtrace.h
- tests/libtest/testutil.h