Merge pull request #3072 from arik-so/arik/gossip-v2-parsing
[rust-lightning] / fuzz / src / bin / msg_stfu_target.rs
index 1cabf8ded487b03dc7da0ae5159d9f9ac1350399..9b75073b8256fb49c558093184a7ca2b9754bc5e 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_stfu::*;