From 84f9ce9150abfb5f4424d8e94fefa932af3172fa Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Fri, 2 Sep 2011 14:15:46 +0200 Subject: Add infrastructure for oracle development testing and implement native test --- makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'makefile') 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 -- cgit v1.1