Browse Source

Add stubs for language stacks, databases and more

Joe Ferguson 10 years ago
parent
commit
0da1109be4
1 changed files with 51 additions and 0 deletions
  1. 51 0
      test/config.sh

+ 51 - 0
test/config.sh

@@ -7,6 +7,7 @@ globalTests=(
 )
 
 declare -A testAlias=(
+	[iojs]='node'
 	[jruby]='ruby'
 	[pypy]='python'
 
@@ -15,6 +16,24 @@ declare -A testAlias=(
 )
 
 declare -A imageTests=(
+	[aerospike]='
+	'
+	[busybox]='
+	'
+	[celery]='
+	'
+	[clojure]='
+	'
+	[crate]='
+	'
+	[django]='
+	'
+	[elasticsearch]='
+	'
+	[gcc]='
+	'
+	[golang]='
+	'
 	[haskell]='
 		haskell-cabal
 		haskell-ghci
@@ -23,23 +42,55 @@ declare -A imageTests=(
 	[hylang]='
 		hylang-sh
 	'
+	[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