]> git.ipfire.org Git - thirdparty/curl.git/commit
tests: drop `BUNDLE_SRC` variable
authorViktor Szakats <commit@vsz.me>
Sat, 21 Jun 2025 00:22:04 +0000 (02:22 +0200)
committerViktor Szakats <commit@vsz.me>
Sat, 21 Jun 2025 08:49:05 +0000 (10:49 +0200)
commit7d8fa8276d4df7a89056ef4bfd1fee47efd56aa6
tree469a17d15928e26e2201e105b83d1f2dfd59d11f
parentccb65643b6a6570f79432bb18418367ecba458ad
tests: drop `BUNDLE_SRC` variable

Derive it from `$BUNDLE` instead. autotools seems to be already relying
on `$BUNDLE_SRC` being equal to `$BUNDLE.c`. (I haven't realized this
before aaebb45f58b3f62876a68c17c71ac37d98f1b3bb.)

Also drop redundant `nodist_<target>_SOURCE` lines in tunits and units.

Follow-up to aaebb45f58b3f62876a68c17c71ac37d98f1b3bb #17688
Follow-up to 2c27a67daa1b76859c18d63e4e1f528db05b5e13 #17590

Closes #17692
15 files changed:
tests/client/CMakeLists.txt
tests/client/Makefile.am
tests/client/Makefile.inc
tests/libtest/CMakeLists.txt
tests/libtest/Makefile.am
tests/libtest/Makefile.inc
tests/server/CMakeLists.txt
tests/server/Makefile.am
tests/server/Makefile.inc
tests/tunit/CMakeLists.txt
tests/tunit/Makefile.am
tests/tunit/Makefile.inc
tests/unit/CMakeLists.txt
tests/unit/Makefile.am
tests/unit/Makefile.inc