[MLton-commit] r6891
Wesley Terpstra
wesley at mlton.org
Wed Sep 24 10:58:31 PDT 2008
Don't use native codegen explicitly, just omit the codegen option to test it.
----------------------------------------------------------------------
U mlton/trunk/regression/library/library-all
----------------------------------------------------------------------
Modified: mlton/trunk/regression/library/library-all
===================================================================
--- mlton/trunk/regression/library/library-all 2008-09-24 15:43:30 UTC (rev 6890)
+++ mlton/trunk/regression/library/library-all 2008-09-24 17:58:30 UTC (rev 6891)
@@ -2,15 +2,15 @@
set -e
-./library-test "$@" -codegen native
+./library-test "$@" -debug true
+./library-test "$@" -debug true -codegen bytecode
+./library-test "$@" -debug true -codegen c
+
+./library-test "$@"
./library-test "$@" -codegen bytecode
./library-test "$@" -codegen c
-./library-test "$@" -debug true -codegen native
-./library-test "$@" -debug true -codegen bytecode
-./library-test "$@" -debug true -codegen c
-
# Time profiling messes around with labels. Make sure this works.
-./library-test "$@" -profile time -codegen native
+./library-test "$@" -profile time
./library-test "$@" -profile time -codegen bytecode
./library-test "$@" -profile time -codegen c
More information about the MLton-commit
mailing list