Import Upstream version 20180207
[hcoop/debian/mlton.git] / lib / mlton / basic / test.sml
CommitLineData
7f918cf1
CE
1(* Copyright (C) 2009 Matthew Fluet.
2 * Copyright (C) 1999-2005 Henry Cejtin, Matthew Fluet, Suresh
3 * Jagannathan, and Stephen Weeks.
4 *
5 * MLton is released under a BSD-style license.
6 * See the file MLton-LICENSE for details.
7 *)
8
9structure Z =
10 struct
11 val _ =
12 let open Trace.Immediate
13 in debug := Out Out.error
14 ; flagged()
15 ; ["concat"]
16 ; ["Uri.fromString", "Uri.resolve", "Uri.relativize",
17 "Authority.equals"]
18 ; ["Uri.fromString", "Uri.resolve", "Uri.toString",
19 "Uri.relativize", "Uri.checkResolve"]
20 ; ["Regexp.match"]
21 end
22 end
23structure Z = TestBase64 (Base64)
24structure Z = TestBinarySearch (BinarySearch)
25structure Z = TestChar (Char)
26structure Z = TestDirectedGraph (DirectedGraph)
27structure Z = TestFormat (Format)
28structure Z = TestHashSet (HashSet)
29structure Z = TestHttp (Http)
30structure Z = TestLinkedList (LinkedList)
31structure Z = TestList (List)
32structure Z = TestProcess (Process)
33structure Z = TestQuickSort (QuickSort)
34structure Z = TestRegexp (Regexp)
35structure Z = TestString (String)
36structure Z = TestUri (Uri)
37structure Z = TestVector (Vector)
38structure Z = struct end