aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-09-02 14:15:46 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-10-21 11:47:16 +0200
commit84f9ce9150abfb5f4424d8e94fefa932af3172fa (patch)
tree5205a6d141793c190fe1e0cacda2b5f1bac6b06f /makefile
parent7e70aa043b7a2482590b0e5459284d2c848eb474 (diff)
Add infrastructure for oracle development testing and implement native test
Diffstat (limited to 'makefile')
-rw-r--r--makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/makefile b/makefile
index cbbfa78..9bb125d 100644
--- a/makefile
+++ b/makefile
@@ -5,7 +5,7 @@
include $(dir $(lastword $(MAKEFILE_LIST)))build/bootstrap.make
-all_dirs := libcommon common tracer mysql sqlite pgsql boost qt
+all_dirs := libcommon common tracer mysql sqlite pgsql oracle boost qt
dirs := common tracer boost qt
ifeq ($(db_id),mysql)
@@ -20,6 +20,13 @@ ifeq ($(db_id),pgsql)
dirs += pgsql
endif
+# @@ Remove overrides when Oracle implementation is complete.
+#
+ifeq ($(db_id),oracle)
+all_dirs := libcommon oracle
+dirs := libcommon oracle
+endif
+
default := $(out_base)/
dist := $(out_base)/.dist
test := $(out_base)/.test