home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / Moscow ML 1.42 / src / mosmllib / test / testmac.sml < prev    next >
Encoding:
Text File  |  1997-08-18  |  675 b   |  35 lines  |  [TEXT/R*ch]

  1. (* File test/test.sml, main file for Standard Library test cases *)
  2. (* Moscow ML Unix version *)
  3.  
  4. (* open OS; *)
  5.  
  6. app use
  7. ["array.sml",
  8.  "array2.sml",
  9.  "arraysort.sml",
  10.  "bytecmac.sml",   (* "bytechar.sml", *)
  11.  "date.sml",
  12.  "filesmac.sml",   (* "filesys.sml",  *)
  13.  "generalmac.sml", (* "general.sml",  *)
  14.  "int.sml",
  15.  "list.sml",
  16.  "listpair.sml",
  17.  "listsort.sml",
  18.  "math.sml",
  19.  "real.sml",
  20.  "stringmac.sml",  (* "string.sml" *)
  21.  "stringcvt.sml",
  22.  "substring.sml",
  23.  "textio.sml",
  24.  "time.sml",
  25.  "timer.sml",
  26.  "macpath.sml",    (* "unixpath.sml", *)
  27.  "vector.sml",
  28.  "word.sml",
  29.  "word8.sml",
  30.  "word8array.sml",
  31.  "word8vector.sml"];
  32.  
  33. (* ignore(Process.exit Process.success); *)
  34.  
  35.