Push the route benchmark results into a separate uninlined function
[rust-lightning] / ci / check-cfg-flags.py
index 0b3a4d569ad6669cc285436bbaae12e0dd44dd94..c33e8aa3a15015fb7e7c470def921d633cb2ceb9 100755 (executable)
@@ -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,10 @@ def check_cfg_tag(cfg):
         pass
     elif cfg == "require_route_graph_test":
         pass
+    elif cfg == "dual_funding":
+        pass
+    elif cfg == "splicing":
+        pass
     else:
         print("Bad cfg tag: " + cfg)
         assert False