Merge pull request #3072 from arik-so/arik/gossip-v2-parsing
[rust-lightning] / fuzz / src / bin / msg_closing_signed_target.rs
index abd69fc95029f3e3b689a815b4035a18e7ea1924..0985ab5228779fd1dde910e08bd871d42d47fc1f 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::msg_targets::msg_closing_signed::*;