X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ci%2Fcheck-cfg-flags.py;h=c33e8aa3a15015fb7e7c470def921d633cb2ceb9;hb=65efd92c4a931b3b3622c84c6055bc015152fde0;hp=fd514da657bfd8a12801eea16a9cf8fedd13aac6;hpb=2c0fcf21f227ad1a01e4a884dda72b9537c16fae;p=rust-lightning diff --git a/ci/check-cfg-flags.py b/ci/check-cfg-flags.py index fd514da6..c33e8aa3 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":