• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 //! Tests for Cuttlefish-specific code.
2 
3 #[test]
test_signing_cert_parse()4 fn test_signing_cert_parse() {
5     let sign_info = crate::attest::CertSignInfo::new();
6     kmr_tests::test_signing_cert_parse(sign_info, false);
7 }
8