File: test.ml

package info (click to toggle)
bin-prot 1.2.23-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 620 kB
  • ctags: 1,699
  • sloc: ml: 5,126; ansic: 1,586; makefile: 121
file content (9 lines) | stat: -rw-r--r-- 135 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
open OUnit

let all =
  TestList
    [
      Bin_prot_test.ML.test;
      Bin_prot_test.C.test;
      Bin_prot_test.Common.test;
    ]