diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-09-02 14:15:46 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-10-21 11:47:16 +0200 |
commit | 84f9ce9150abfb5f4424d8e94fefa932af3172fa (patch) | |
tree | 5205a6d141793c190fe1e0cacda2b5f1bac6b06f /build/bootstrap.make | |
parent | 7e70aa043b7a2482590b0e5459284d2c848eb474 (diff) |
Add infrastructure for oracle development testing and implement native test
Diffstat (limited to 'build/bootstrap.make')
-rw-r--r-- | build/bootstrap.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/bootstrap.make b/build/bootstrap.make index 3c5ca1e..f59e809 100644 --- a/build/bootstrap.make +++ b/build/bootstrap.make @@ -62,7 +62,7 @@ ifeq ($(dist_prefix),) $(error dist_prefix is not set) endif -databases := mysql sqlite pgsql +databases := mysql sqlite pgsql oracle $(dist): databases := $(databases) # $1 project template without the -vcN.vc[x]proj suffix. |