aboutsummaryrefslogtreecommitdiffstats
path: root/test/extra/good/README.md
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-04-03 09:00:14 -0400
committerDavid Robillard <d@drobilla.net>2023-04-05 09:45:15 -0400
commit1ef9b34389da01bc9ea3a4edaef0cf8dde63eaea (patch)
tree9a132c9b99fc16404fe6ef24ac0632c03c9ea001 /test/extra/good/README.md
parent34e67d85558c3dbecfcd4dba4077fc9062c21624 (diff)
downloadserd-1ef9b34389da01bc9ea3a4edaef0cf8dde63eaea.tar.gz
serd-1ef9b34389da01bc9ea3a4edaef0cf8dde63eaea.tar.bz2
serd-1ef9b34389da01bc9ea3a4edaef0cf8dde63eaea.zip
Factor out a suite of "perfect" reversible tests
Diffstat (limited to 'test/extra/good/README.md')
-rw-r--r--test/extra/good/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/extra/good/README.md b/test/extra/good/README.md
new file mode 100644
index 00000000..ff1d5be4
--- /dev/null
+++ b/test/extra/good/README.md
@@ -0,0 +1,9 @@
+Good Test Suite
+===============
+
+This suite contains tests that are "good" in the sense that they work as
+expected in the normal direction: negative tests fail to parse, positive tests
+with output produce exactly that output, down to the byte.
+
+These tests are here, and not in the "perfect" suite, because they aren't
+reversible for some reason or another.