[MLton-commit] r5059
Vesa Karvonen
vesak at mlton.org
Fri Jan 12 04:37:34 PST 2007
Initial commit of a lib of misc utils to be refactored.
----------------------------------------------------------------------
A mltonlib/trunk/com/ssh/misc-util/unstable/test.mlb
----------------------------------------------------------------------
Added: mltonlib/trunk/com/ssh/misc-util/unstable/test.mlb
===================================================================
--- mltonlib/trunk/com/ssh/misc-util/unstable/test.mlb 2007-01-12 12:37:06 UTC (rev 5058)
+++ mltonlib/trunk/com/ssh/misc-util/unstable/test.mlb 2007-01-12 12:37:27 UTC (rev 5059)
@@ -0,0 +1,24 @@
+(* 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 building tests.
+ *)
+
+local
+ unit-test.mlb (* This should always be the first. *)
+
+ $(MLTON_LIB)/com/ssh/extended-basis/unstable/basis.mlb
+ lib.mlb
+
+ misc-test.sml
+ prettier-test.sml
+ promise-test.sml
+ qc-test-example.sml
+ show-test.sml
+ sorted-list-test.sml
+in
+end
Property changes on: mltonlib/trunk/com/ssh/misc-util/unstable/test.mlb
___________________________________________________________________
Name: svn:eol-style
+ native
More information about the MLton-commit
mailing list