core-lightning/connectd/test
Wladimir J. van der Laan e4c6fd89b7 Add missing extern qualifiers for gcc 10
GCC 10 defaults to `-fno-common`. no longer automatically sharing
global variable definitions, which makes it important to define
them in only one place (otherwise there will be duplicate definition
errors). Add `extern` qualifiers where (I think) is the best place for
them.
2020-02-02 12:59:17 +10:30
..
Makefile makefiles: move all unit tests under make check-units 2019-06-30 16:41:30 +09:30
run-initiator-success.c Add missing extern qualifiers for gcc 10 2020-02-02 12:59:17 +10:30
run-responder-success.c Add missing extern qualifiers for gcc 10 2020-02-02 12:59:17 +10:30