diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-10-26 15:46:25 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-10-26 17:16:04 +0200 |
commit | 979a4e0b2112e274de1281615672d97c36a48de9 (patch) | |
tree | ccf66c90aa92d211aa7ab7db7fba9c0099745e6a /common | |
parent | 06712594f44e8300570103c05f54d686dfc4fb53 (diff) |
Remove temporary makefile overrides for Oracle
Diffstat (limited to 'common')
-rw-r--r-- | common/makefile | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/common/makefile b/common/makefile index c066ce1..dee0b72 100644 --- a/common/makefile +++ b/common/makefile @@ -31,22 +31,6 @@ wrapper thread_tests := threads -# @@ Remove overrides once Oracle has been fully integrated. -# -ifeq ($(db_id),oracle) -tests := \ -auto \ -const-member \ -container \ -lazy-ptr \ -lifecycle \ -readonly \ -schema \ -wrapper - -thread_tests := -endif - all_tests := $(tests) $(thread_tests) build_tests := $(tests) $(thread_tests) |