Merge pull request #2889 from Sharmalm/2840
[rust-lightning] / fuzz / src / bin / process_network_graph_target.rs
index 380efdff447913ad8bdd2570436a619b17380fa9..5b5d8f8161544fb5adda1e679255d7ff1d0f1305 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::process_network_graph::*;