Merge pull request #3072 from arik-so/arik/gossip-v2-parsing
[rust-lightning] / fuzz / src / bin / bolt11_deser_target.rs
index 626a4651071ded9a041c320c6b8bfade01fc1bcd..30091c36e8e16dab392dac32c5fbc65b4e168545 100644 (file)
 #[cfg(not(fuzzing))]
 compile_error!("Fuzz targets need cfg=fuzzing");
 
+#[cfg(not(hashes_fuzz))]
+compile_error!("Fuzz targets need cfg=hashes_fuzz");
+
+#[cfg(not(secp256k1_fuzz))]
+compile_error!("Fuzz targets need cfg=secp256k1_fuzz");
+
 extern crate lightning_fuzz;
 use lightning_fuzz::bolt11_deser::*;