File: test.ml

package info (click to toggle)
yojson 2.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,044 kB
  • sloc: ml: 3,068; makefile: 38
file content (6 lines) | stat: -rw-r--r-- 154 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
let () =
  Alcotest.run "Yojson" [
    "equality", Test_monomorphic.equality;
    "read", Test_read.single_json;
    "write", Test_write.single_json;
  ]