mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 21:35:11 +01:00
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:
parent
f69da84256
commit
0687fecf0d
3
Makefile
3
Makefile
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user