···166166 Fsr.v ~alarm:true ~bad_sn:false ~bad_mac:true ~bad_sa:false ~spi:0x42
167167 ~arsn_lsb:0xFF
168168 in
169169- let s = Format.asprintf "%a" Fsr.pp t in
169169+ let s = Fmt.str "%a" Fsr.pp t in
170170 let contains sub =
171171 let rec check i =
172172 if i + String.length sub > String.length s then false
+1
test/test_fsr.mli
···11val suite : string * unit Alcotest.test_case list
22+(** [suite] is the FSR test suite. *)