aboutsummaryrefslogtreecommitdiff
path: root/test/testutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/testutil.h')
-rw-r--r--test/testutil.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/testutil.h b/test/testutil.h
index 57ab153..2a2857a 100644
--- a/test/testutil.h
+++ b/test/testutil.h
@@ -194,6 +194,12 @@ char *test_get_argument(size_t n);
size_t test_get_argument_count(void);
/*
+ * Skip over common test options. Should be called before calling
+ * test_get_argument()
+ */
+int test_skip_common_options(void);
+
+/*
* Internal helpers. Test programs shouldn't use these directly, but should
* rather link to one of the helper main() methods.
*/