X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ci%2Fcheck-cfg-flags.py;h=d73bf50a1f6cf4a483d7e1b2d237062b4c3f1e3e;hb=5c7af8c6d32dd4bb2b307ba29c68667a15cb8509;hp=0b3a4d569ad6669cc285436bbaae12e0dd44dd94;hpb=a854ccb9b5dfa762ae22e2e547630eb3f8e4235b;p=rust-lightning diff --git a/ci/check-cfg-flags.py b/ci/check-cfg-flags.py index 0b3a4d56..d73bf50a 100755 --- a/ci/check-cfg-flags.py +++ b/ci/check-cfg-flags.py @@ -82,6 +82,10 @@ def check_target_os(os): def check_cfg_tag(cfg): if cfg == "fuzzing": pass + elif cfg == "secp256k1_fuzz": + pass + elif cfg == "hashes_fuzz": + pass elif cfg == "test": pass elif cfg == "debug_assertions": @@ -96,6 +100,12 @@ def check_cfg_tag(cfg): pass elif cfg == "require_route_graph_test": pass + elif cfg == "dual_funding": + pass + elif cfg == "splicing": + pass + elif cfg == "async_payments": + pass else: print("Bad cfg tag: " + cfg) assert False