Trace Event Format summary CLI
0

Configure Feed

Select the types of activity you want to include in your feed.

ocaml-catapult / test / test.ml
216 B 11 lines
1let () = 2 Alcotest.run "catapult" 3 [ 4 Test_phase.suite; 5 Test_event.suite; 6 Test_trace.suite; 7 Test_slice.suite; 8 Test_writer.suite; 9 Test_catapult.suite; 10 Test_pb.suite; 11 ]