Import Upstream version 20180207
[hcoop/debian/mlton.git] / regression / library / library-all
1 #! /usr/bin/env bash
2
3 set -e
4
5 ./library-test "$@" -debug true
6 ./library-test "$@" -debug true -codegen bytecode
7 ./library-test "$@" -debug true -codegen c
8
9 ./library-test "$@"
10 ./library-test "$@" -codegen bytecode
11 ./library-test "$@" -codegen c
12
13 # Time profiling messes around with labels. Make sure this works.
14 ./library-test "$@" -profile time
15 ./library-test "$@" -profile time -codegen bytecode
16 ./library-test "$@" -profile time -codegen c
17
18 echo '********** ALL PASS **********'