summaryrefslogtreecommitdiff
path: root/tests/README
diff options
context:
space:
mode:
Diffstat (limited to 'tests/README')
-rw-r--r--tests/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/README b/tests/README
index 24643180..734d0a59 100644
--- a/tests/README
+++ b/tests/README
@@ -1,3 +1,6 @@
+Running a specific test
+----------------------------------------------
+
If a test fails, it's possible to re-run just that specific test for that
specific backend using:
@@ -8,3 +11,13 @@ where $name is the key name for key tests, and a file name otherwise.
Example:
> make check-crypto-nss XMLSEC_TEST_NAME="enveloping-sha256-rsa-sha256-relationship"
+
+Reproducible output
+----------------------------------------------
+
+It is also possible to have reproducible output, filtering out timestamps. This
+is useful to see the output before and after a change to understand its impact.
+
+Example:
+
+> make check-crypto-nss XMLSEC_TEST_REPRODUCIBLE=y