aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/serializer/error-handling
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-02-25 09:50:18 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-02-25 09:50:18 +0200
commitd5dcd2e6ec2a2344da44b8e5cbfe319957318dba (patch)
treeb4751382ab217d420eed18148d56d8f7e186bc82 /tests/cxx/serializer/error-handling
parent9428441a84a98073c527df6901a9550bf1a94ce4 (diff)
Add support for manual dependency tracking in tests and examples
Diffstat (limited to 'tests/cxx/serializer/error-handling')
-rw-r--r--tests/cxx/serializer/error-handling/codes/makefile2
-rw-r--r--tests/cxx/serializer/error-handling/exceptions/makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/cxx/serializer/error-handling/codes/makefile b/tests/cxx/serializer/error-handling/codes/makefile
index 2a84a11..e3438de 100644
--- a/tests/cxx/serializer/error-handling/codes/makefile
+++ b/tests/cxx/serializer/error-handling/codes/makefile
@@ -34,7 +34,7 @@ $(skel): xsde := $(out_root)/xsde/xsde
$(skel): $(out_root)/xsde/xsde
$(skel) $(dist) $(dist-win): xsde_options +=
-$(call include-dep,$(dep))
+$(call include-dep,$(dep),$(obj),$(gen))
# Convenience alias for default target.
#
diff --git a/tests/cxx/serializer/error-handling/exceptions/makefile b/tests/cxx/serializer/error-handling/exceptions/makefile
index 416e753..9b34da6 100644
--- a/tests/cxx/serializer/error-handling/exceptions/makefile
+++ b/tests/cxx/serializer/error-handling/exceptions/makefile
@@ -34,7 +34,7 @@ $(skel): xsde := $(out_root)/xsde/xsde
$(skel): $(out_root)/xsde/xsde
$(skel) $(dist) $(dist-win): xsde_options +=
-$(call include-dep,$(dep))
+$(call include-dep,$(dep),$(obj),$(gen))
# Convenience alias for default target.
#