make: Use the CLN_PLUGIN_EXAMPLES variable for testbin

Listing things multiple times is error-prone, so use the variable we
already have :-)
This commit is contained in:
Christian Decker 2023-04-11 06:57:45 +09:30 committed by ShahanaFarooqui
parent f69da84256
commit 0687fecf0d

View File

@ -811,8 +811,7 @@ install: install-program install-data
# phase. If you get a missing file/executable while testing on CI it
# is likely missing from this variable.
TESTBINS = \
target/${RUST_PROFILE}/examples/cln-rpc-getinfo \
target/${RUST_PROFILE}/examples/cln-plugin-startup \
$(CLN_PLUGIN_EXAMPLES) \
tests/plugins/test_libplugin \
tests/plugins/test_selfdisable_after_getmanifest \
tools/hsmtool