Răsfoiți Sursa

Merge pull request #580 from infosiftr/test-updates

Test config updates
Tianon Gravi 10 ani în urmă
părinte
comite
6669cfc6b5
1 a modificat fișierele cu 61 adăugiri și 10 ștergeri
  1. 61 10
      test/config.sh

+ 61 - 10
test/config.sh

@@ -7,19 +7,32 @@ globalTests=(
 )
 
 declare -A testAlias=(
-	[pypy]='python'
+	[iojs]='node'
 	[jruby]='ruby'
+	[pypy]='python'
 
 	[mariadb]='mysql'
 	[percona]='mysql'
 )
 
 declare -A imageTests=(
-	[python]='
-		python-hy
-		python-pip-requests-ssl
-		python-sqlite3
-		python-zlib
+	[aerospike]='
+	'
+	[busybox]='
+	'
+	[celery]='
+	'
+	[clojure]='
+	'
+	[crate]='
+	'
+	[django]='
+	'
+	[elasticsearch]='
+	'
+	[gcc]='
+	'
+	[golang]='
 	'
 	[haskell]='
 		haskell-cabal
@@ -29,17 +42,55 @@ declare -A imageTests=(
 	[hylang]='
 		hylang-sh
 	'
-	[ruby]='
-		ruby-standard-libs
-		ruby-gems
-		ruby-bundler
+	[java]='
+	'
+	[julia]='
+	'
+	[memcached]='
+	'
+	[mongo]='
+	'
+	[mono]='
 	'
 	[mysql]='
 		mysql-basics
 	'
+	[node]='
+	'
+	[percona]='
+	'
+	[perl]='
+	'
 	[php]='
 		php-ext-install
 	'
+	[postgres]='
+	'
+	[python]='
+		python-hy
+		python-pip-requests-ssl
+		python-sqlite3
+		python-zlib
+	'
+	[rabbitmq]='
+	'
+	[r-base]='
+	'
+	[rails]='
+	'
+	[redis]='
+	'
+	[rethinkdb]='
+	'
+	[ruby]='
+		ruby-standard-libs
+		ruby-gems
+		ruby-bundler
+	'
+	[tomcat]='
+	'
+	[wordpress]='
+	'
 # example onbuild
 #	[python:onbuild]='
 #		py-onbuild