aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/test_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/test_lib.h')
-rw-r--r--src/plugins/test_lib.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/plugins/test_lib.h b/src/plugins/test_lib.h
index 9400314..cea36fc 100644
--- a/src/plugins/test_lib.h
+++ b/src/plugins/test_lib.h
@@ -63,6 +63,11 @@ struct SolutionData
63 * terminate the list. 63 * terminate the list.
64 */ 64 */
65 int solved; 65 int solved;
66
67 /**
68 * Treat solution as a regex that must match.
69 */
70 int regex;
66}; 71};
67 72
68 73