summaryrefslogtreecommitdiff
path: root/tests/cxx/tree/polymorphism
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-11-20 08:42:24 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-11-20 08:54:18 +0200
commit61c48f6d4fc422d9f2a68c99ee5eb2da3cf8a645 (patch)
tree0bc9a0876dbf9f56b0270149d36efae71f28d30a /tests/cxx/tree/polymorphism
parent360b6146df220cf0b3af9ca8ca21b1217bea7ff4 (diff)
Add support for manual dependency tracking in tests and examples
Diffstat (limited to 'tests/cxx/tree/polymorphism')
-rw-r--r--tests/cxx/tree/polymorphism/comparison/makefile2
-rw-r--r--tests/cxx/tree/polymorphism/ostream/makefile2
-rw-r--r--tests/cxx/tree/polymorphism/same-type/makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/cxx/tree/polymorphism/comparison/makefile b/tests/cxx/tree/polymorphism/comparison/makefile
index a52ab6e..5fe465f 100644
--- a/tests/cxx/tree/polymorphism/comparison/makefile
+++ b/tests/cxx/tree/polymorphism/comparison/makefile
@@ -38,7 +38,7 @@ $(gen): xsd_options := --generate-polymorphic --polymorphic-type base \
--generate-comparison
$(gen): $(out_root)/xsd/xsd
-$(call include-dep,$(dep))
+$(call include-dep,$(dep),$(obj),$(gen))
# Convenience alias for default target.
#
diff --git a/tests/cxx/tree/polymorphism/ostream/makefile b/tests/cxx/tree/polymorphism/ostream/makefile
index 777d716..daf31ce 100644
--- a/tests/cxx/tree/polymorphism/ostream/makefile
+++ b/tests/cxx/tree/polymorphism/ostream/makefile
@@ -38,7 +38,7 @@ $(gen): xsd_options := --generate-polymorphic --polymorphic-type-all \
--root-element root --generate-ostream
$(gen): $(out_root)/xsd/xsd
-$(call include-dep,$(dep))
+$(call include-dep,$(dep),$(obj),$(gen))
# Convenience alias for default target.
#
diff --git a/tests/cxx/tree/polymorphism/same-type/makefile b/tests/cxx/tree/polymorphism/same-type/makefile
index 25b0117..3c66ef5 100644
--- a/tests/cxx/tree/polymorphism/same-type/makefile
+++ b/tests/cxx/tree/polymorphism/same-type/makefile
@@ -38,7 +38,7 @@ $(gen): xsd_options := --generate-ostream --generate-polymorphic \
--root-element root
$(gen): $(out_root)/xsd/xsd
-$(call include-dep,$(dep))
+$(call include-dep,$(dep),$(obj),$(gen))
# Convenience alias for default target.
#