aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-10-20 11:04:13 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-10-21 13:29:10 +0200
commit33615c685523e5f282bc585efa0ff31df7dd3742 (patch)
tree6faac511bb1280aae5c142357a107c6ffa4fc6d9 /makefile
parent5fae6bf3eaf7301b0ecf89783ca6cd4e63acec67 (diff)
Add common tests for Oracle
Due to the 30 character limit imposed by Oracle on identifiers, some of the common tests code and/or makefiles had to be modified.
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index 9bb125d..66fe55b 100644
--- a/makefile
+++ b/makefile
@@ -23,8 +23,8 @@ endif
# @@ Remove overrides when Oracle implementation is complete.
#
ifeq ($(db_id),oracle)
-all_dirs := libcommon oracle
-dirs := libcommon oracle
+all_dirs := libcommon common tracer mysql sqlite oracle
+dirs := common tracer oracle
endif
default := $(out_base)/