Add simple new "fsharp-hello-world" test
@@ -62,6 +62,9 @@ imageTests+=(
[erlang]='
erlang-hello-world
'
+ [fsharp]='
+ fsharp-hello-world
+ '
[gcc]='
gcc-c-hello-world
gcc-cpp-hello-world
@@ -0,0 +1 @@
+printfn "Hello World!"
+Hello World!
+../run-fsharp-in-container.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+set -e
+
+testDir="$(readlink -f "$(dirname "$BASH_SOURCE")")"
+runDir="$(dirname "$(readlink -f "$BASH_SOURCE")")"
+source "$runDir/run-in-container.sh" "$testDir" "$1" fsharpi ./container.fsx