Merge pull request #2889 from Sharmalm/2840
[rust-lightning] / fuzz / src / bin / msg_tx_init_rbf_target.rs
index 74556abb123754d1c57200ceff91516f8002e01e..88657e1105a738a53b03a2841df926a06a5c7887 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_tx_init_rbf::*;