File: test.ml

package info (click to toggle)
yojson 2.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,216 kB
  • sloc: ml: 3,890; makefile: 28
file content (8 lines) | stat: -rw-r--r-- 205 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
let () =
  Alcotest.run "Yojson"
    [
      ("equality", Test_monomorphic.equality);
      ("read", Test_read.single_json);
      ("write", Test_write.single_json);
      ("util", Test_util.tests);
    ]