[MLton-commit] r6153
Vesa Karvonen
vesak at mlton.org
Sat Nov 10 05:03:37 PST 2007
Test also with Poly/ML.
----------------------------------------------------------------------
A mltonlib/trunk/com/ssh/generic/unstable/Test-polyml.sh
U mltonlib/trunk/com/ssh/generic/unstable/Test.bgb
----------------------------------------------------------------------
Added: mltonlib/trunk/com/ssh/generic/unstable/Test-polyml.sh
===================================================================
--- mltonlib/trunk/com/ssh/generic/unstable/Test-polyml.sh 2007-11-09 07:54:31 UTC (rev 6152)
+++ mltonlib/trunk/com/ssh/generic/unstable/Test-polyml.sh 2007-11-10 13:03:37 UTC (rev 6153)
@@ -0,0 +1,13 @@
+#!/bin/bash
+
+# Copyright (C) 2007 Vesa Karvonen
+#
+# This code is released under the MLton license, a BSD-style license.
+# See the LICENSE file or http://mlton.org/License for details.
+
+set -e
+set -x
+
+time \
+echo 'use "../../../../org/mlton/vesak/use-lib/unstable/polyml.use" ;
+ use "test.use" ;' | poly
Property changes on: mltonlib/trunk/com/ssh/generic/unstable/Test-polyml.sh
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:eol-style
+ native
Modified: mltonlib/trunk/com/ssh/generic/unstable/Test.bgb
===================================================================
--- mltonlib/trunk/com/ssh/generic/unstable/Test.bgb 2007-11-09 07:54:31 UTC (rev 6152)
+++ mltonlib/trunk/com/ssh/generic/unstable/Test.bgb 2007-11-10 13:03:37 UTC (rev 6153)
@@ -6,5 +6,6 @@
(bg-build
:name "Generics Test"
:shell "export COLUMNS=80 &&
+ nice -n5 ./Test-polyml.sh &&
nice -n5 ./Test-mlton.sh &&
nice -n5 ./Test-smlnj.sh")
More information about the MLton-commit
mailing list