Skip to content

Commit

Permalink
make: Use the CLN_PLUGIN_EXAMPLES variable for testbin
Browse files Browse the repository at this point in the history
Listing things multiple times is error-prone, so use the variable we
already have :-)
  • Loading branch information
cdecker authored and ShahanaFarooqui committed Apr 14, 2023
1 parent f69da84 commit 0687fec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0687fec

Please sign in to comment.