| 1126 | } |
| 1127 | |
| 1128 | static char *test_subdaemons_and_exit(struct lightningd *ld) |
| 1129 | { |
| 1130 | test_subdaemons(ld); |
| 1131 | exit(0); |
| 1132 | return NULL; |
| 1133 | } |
| 1134 | |
| 1135 | static char *list_features_and_exit(struct lightningd *ld) |
| 1136 | { |
nothing calls this directly
no test coverage detected