aboutsummaryrefslogtreecommitdiff
path: root/oracle
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-07-16 09:56:04 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-07-16 09:56:04 +0200
commitdc5874e5b8cdb2a8c8a5dc77a0bb4bd891079e3f (patch)
treef16fd91c5bb22e22faeb461c472f9cdc72608088 /oracle
parent82fba993cd1525dc7096e48ba3685f067ca9b896 (diff)
Fix code generation for circularly-dependant classes in separate headers
New tests: common/circular/{single,multiple}.
Diffstat (limited to 'oracle')
-rw-r--r--oracle/custom/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/oracle/custom/makefile b/oracle/custom/makefile
index 97cdb2c..66a0273 100644
--- a/oracle/custom/makefile
+++ b/oracle/custom/makefile
@@ -64,7 +64,7 @@ $(dist):
# Test.
#
$(test): $(driver) $(src_base)/test.std
- $(call schema, custom.sql)
+ $(call schema,$(src_base)/custom.sql $(out_base)/test.sql)
$(call message,test $<,$< --options-file $(dcf_root)/db.options \
>$(out_base)/test.out)
$(call message,,diff -u $(src_base)/test.std $(out_base)/test.out)