Browse Source

Fix dart test to be runnable

Joe Ferguson 4 years ago
parent
commit
05c5737ce9
2 changed files with 3 additions and 0 deletions
  1. 3 0
      test/config.sh
  2. 0 0
      test/tests/run-dart-in-container.sh

+ 3 - 0
test/config.sh

@@ -54,6 +54,9 @@ imageTests+=(
 	[convertigo]='
 		convertigo-hello-world
 	'
+	[dart]='
+		dart-hello-world
+	'
 	[debian]='
 		debian-apt-get
 	'

+ 0 - 0
test/tests/run-dart-in-container.sh