aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/parser/error-handling
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/parser/error-handling
parent14b0a6960b6dff5d5bbe226d4368e3dbf9f9628b (diff)
Make the tests more uniform
Diffstat (limited to 'tests/cxx/parser/error-handling')
-rw-r--r--tests/cxx/parser/error-handling/codes/makefile4
-rw-r--r--tests/cxx/parser/error-handling/codes/test-000.std (renamed from tests/cxx/parser/error-handling/codes/output)0
-rw-r--r--tests/cxx/parser/error-handling/codes/test-000.xml (renamed from tests/cxx/parser/error-handling/codes/test.xml)0
-rw-r--r--tests/cxx/parser/error-handling/exceptions/makefile4
-rw-r--r--tests/cxx/parser/error-handling/exceptions/test-000.std (renamed from tests/cxx/parser/error-handling/exceptions/output)0
-rw-r--r--tests/cxx/parser/error-handling/exceptions/test-000.xml (renamed from tests/cxx/parser/error-handling/exceptions/test.xml)0
6 files changed, 4 insertions, 4 deletions
diff --git a/tests/cxx/parser/error-handling/codes/makefile b/tests/cxx/parser/error-handling/codes/makefile
index 8f130b1..370db75 100644
--- a/tests/cxx/parser/error-handling/codes/makefile
+++ b/tests/cxx/parser/error-handling/codes/makefile
@@ -43,8 +43,8 @@ $(out_base)/: $(driver)
# Test.
#
$(test): driver := $(driver)
-$(test): $(driver) $(src_base)/test.xml $(src_base)/output
- $(call message,test $$1,$$1 $(src_base)/test.xml | diff -u $(src_base)/output -,$(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.
#
diff --git a/tests/cxx/parser/error-handling/codes/output b/tests/cxx/parser/error-handling/codes/test-000.std
index bdf6520..bdf6520 100644
--- a/tests/cxx/parser/error-handling/codes/output
+++ b/tests/cxx/parser/error-handling/codes/test-000.std
diff --git a/tests/cxx/parser/error-handling/codes/test.xml b/tests/cxx/parser/error-handling/codes/test-000.xml
index 07def4b..07def4b 100644
--- a/tests/cxx/parser/error-handling/codes/test.xml
+++ b/tests/cxx/parser/error-handling/codes/test-000.xml
diff --git a/tests/cxx/parser/error-handling/exceptions/makefile b/tests/cxx/parser/error-handling/exceptions/makefile
index 7503803..e1a038c 100644
--- a/tests/cxx/parser/error-handling/exceptions/makefile
+++ b/tests/cxx/parser/error-handling/exceptions/makefile
@@ -44,8 +44,8 @@ $(out_base)/: $(driver)
# Test.
#
$(test): driver := $(driver)
-$(test): $(driver) $(src_base)/test.xml $(src_base)/output
- $(call message,test $$1,$$1 $(src_base)/test.xml | diff -u $(src_base)/output -,$(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.
#
diff --git a/tests/cxx/parser/error-handling/exceptions/output b/tests/cxx/parser/error-handling/exceptions/test-000.std
index b8046aa..b8046aa 100644
--- a/tests/cxx/parser/error-handling/exceptions/output
+++ b/tests/cxx/parser/error-handling/exceptions/test-000.std
diff --git a/tests/cxx/parser/error-handling/exceptions/test.xml b/tests/cxx/parser/error-handling/exceptions/test-000.xml
index 07def4b..07def4b 100644
--- a/tests/cxx/parser/error-handling/exceptions/test.xml
+++ b/tests/cxx/parser/error-handling/exceptions/test-000.xml