浏览代码

Merge pull request #2075 from infosiftr/test-gccgo

Include "golang-hello-world" in gcc's tests (since it contains gccgo)
yosifkit 9 年之前
父节点
当前提交
9339e8725f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      test/config.sh

+ 1 - 0
test/config.sh

@@ -68,6 +68,7 @@ imageTests+=(
 	[gcc]='
 	[gcc]='
 		gcc-c-hello-world
 		gcc-c-hello-world
 		gcc-cpp-hello-world
 		gcc-cpp-hello-world
+		golang-hello-world
 	'
 	'
 	[golang]='
 	[golang]='
 		golang-hello-world
 		golang-hello-world