Merge pull request #2889 from Sharmalm/2840
[rust-lightning] / fuzz / src / bin / router_target.rs
index 2082f115ae0572f39b9662f6cf64b762d4e9078d..f9808ebc80f0392983219e2a0f7143fb908ee66b 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::router::*;