| 898 | } |
| 899 | |
| 900 | static char *test_subdaemons_and_exit(struct lightningd *ld) |
| 901 | { |
| 902 | test_subdaemons(ld); |
| 903 | exit(0); |
| 904 | return NULL; |
| 905 | } |
| 906 | |
| 907 | static char *list_features_and_exit(struct lightningd *ld) |
| 908 | { |
nothing calls this directly
no test coverage detected