aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/testcases/parser_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/charon/testcases/parser_test.h')
-rw-r--r--Source/charon/testcases/parser_test.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/Source/charon/testcases/parser_test.h b/Source/charon/testcases/parser_test.h
index 0de800516..33df377e2 100644
--- a/Source/charon/testcases/parser_test.h
+++ b/Source/charon/testcases/parser_test.h
@@ -135,4 +135,14 @@ void test_parser_with_certreq_payload(tester_t *tester);
*/
void test_parser_with_delete_payload(tester_t *tester);
+/**
+ * @brief Test function used to test the parser_t functionality when
+ * parsing a VENDOR ID payload.
+ *
+ * @param tester associated tester_t object
+ *
+ * @ingroup testcases
+ */
+void test_parser_with_vendor_id_payload(tester_t *tester);
+
#endif /*PARSER_TEST_H_*/