aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/hybrid/binary/cdr/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-10-16 09:48:20 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-10-16 09:48:20 +0200
commit4ed219d64921e14b9809fd3a535f94fbe2c01d26 (patch)
treec1209bfc2428dcc40b33090c736de06ae8219b55 /tests/cxx/hybrid/binary/cdr/makefile
parent14b0a6960b6dff5d5bbe226d4368e3dbf9f9628b (diff)
Make the tests more uniform
Diffstat (limited to 'tests/cxx/hybrid/binary/cdr/makefile')
-rw-r--r--tests/cxx/hybrid/binary/cdr/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/cxx/hybrid/binary/cdr/makefile b/tests/cxx/hybrid/binary/cdr/makefile
index c64fbb5..f5fa36f 100644
--- a/tests/cxx/hybrid/binary/cdr/makefile
+++ b/tests/cxx/hybrid/binary/cdr/makefile
@@ -54,8 +54,8 @@ $(out_base)/: $(driver)
# Test.
#
$(test): driver := $(driver)
-$(test): $(driver) $(src_base)/test.xml $(src_base)/output.xml
- $(call message,test $$1,$$1 $(src_base)/test.xml | diff -ubB $(src_base)/output.xml -,$(driver))
+$(test): $(driver) $(src_base)/test-000.xml $(src_base)/test-000.std
+ $(call message,test $$1,$$1 $(src_base)/test-000.xml | diff -u $(src_base)/test-000.std -,$(driver))
# Clean.
#