aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/serializer/polymorphism
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/serializer/polymorphism
parent14b0a6960b6dff5d5bbe226d4368e3dbf9f9628b (diff)
Make the tests more uniform
Diffstat (limited to 'tests/cxx/serializer/polymorphism')
-rw-r--r--tests/cxx/serializer/polymorphism/makefile4
-rw-r--r--tests/cxx/serializer/polymorphism/test-000.std (renamed from tests/cxx/serializer/polymorphism/output)0
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/cxx/serializer/polymorphism/makefile b/tests/cxx/serializer/polymorphism/makefile
index 4e39343..d13f8c8 100644
--- a/tests/cxx/serializer/polymorphism/makefile
+++ b/tests/cxx/serializer/polymorphism/makefile
@@ -42,8 +42,8 @@ $(out_base)/: $(driver)
# Test.
#
$(test): driver := $(driver)
-$(test): $(driver) $(src_base)/output
- $(call message,test $$1,$$1 | diff -u $(src_base)/output -,$(driver))
+$(test): $(driver) $(src_base)/test-000.std
+ $(call message,test $$1,$$1 | diff -u $(src_base)/test-000.std -,$(driver))
# Clean.
#
diff --git a/tests/cxx/serializer/polymorphism/output b/tests/cxx/serializer/polymorphism/test-000.std
index 5107439..5107439 100644
--- a/tests/cxx/serializer/polymorphism/output
+++ b/tests/cxx/serializer/polymorphism/test-000.std