Sfoglia il codice sorgente

Merge pull request #2075 from infosiftr/test-gccgo

Include "golang-hello-world" in gcc's tests (since it contains gccgo)
yosifkit 9 anni fa
parent
commit
9339e8725f
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      test/config.sh

+ 1 - 0
test/config.sh

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