diff options
Diffstat (limited to 'common/makefile')
-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) |