summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/ttest01/test-verbosity.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/ttest01/test-verbosity.c')
-rw-r--r--testsuites/libtests/ttest01/test-verbosity.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuites/libtests/ttest01/test-verbosity.c b/testsuites/libtests/ttest01/test-verbosity.c
index e4e8adf84f..0cf422a0c3 100644
--- a/testsuites/libtests/ttest01/test-verbosity.c
+++ b/testsuites/libtests/ttest01/test-verbosity.c
@@ -16,6 +16,15 @@ T_TEST_CASE(verbosity_changes)
T_set_verbosity(verbosity);
}
+#include "t-self-test.h"
+
+T_TEST_OUTPUT(verbosity_changes,
+"B:verbosity_changes\n"
+"F:3:0:UI1:test-verbosity.c:12:normal: check fails -> with output\n"
+"P:4:0:UI1:test-verbosity.c:14\n"
+"F:5:0:UI1:test-verbosity.c:15:verbose: check fails -> with output\n"
+"E:verbosity_changes:N:6:F:3:D:0.001000\n");
+
/*
* The license is at the end of the file to be able to use the test code and
* output in examples in the documentation. This is also the reason for the