[MLton-commit] r5066

Vesa Karvonen vesak at mlton.org
Fri Jan 12 04:40:47 PST 2007


Initial commit of a lib of misc utils to be refactored.
----------------------------------------------------------------------

A   mltonlib/trunk/com/ssh/misc-util/unstable/unit-test.mlb

----------------------------------------------------------------------

Added: mltonlib/trunk/com/ssh/misc-util/unstable/unit-test.mlb
===================================================================
--- mltonlib/trunk/com/ssh/misc-util/unstable/unit-test.mlb	2007-01-12 12:40:13 UTC (rev 5065)
+++ mltonlib/trunk/com/ssh/misc-util/unstable/unit-test.mlb	2007-01-12 12:40:39 UTC (rev 5066)
@@ -0,0 +1,22 @@
+(* Copyright (C) 2007 SSH Communications Security, Helsinki, Finland
+ *
+ * This code is released under the MLton license, a BSD-style license.
+ * See the LICENSE file or http://mlton.org/License for details.
+ *)
+
+(*
+ * MLB file for the unit test framework.
+ *)
+
+local
+   $(MLTON_LIB)/com/ssh/extended-basis/unstable/basis.mlb
+   lib.mlb
+in
+   ann
+      "forceUsed"
+      "sequenceNonUnit warn"
+      "warnUnused true"
+   in
+      unit-test.sml
+   end
+end


Property changes on: mltonlib/trunk/com/ssh/misc-util/unstable/unit-test.mlb
___________________________________________________________________
Name: svn:eol-style
   + native




More information about the MLton-commit mailing list