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 48f3a1fd5..a80888fe8 100644
--- a/Source/charon/testcases/parser_test.h
+++ b/Source/charon/testcases/parser_test.h
@@ -57,6 +57,16 @@ void test_parser_with_nonce_payload(tester_t *tester);
/**
* @brief Test function used to test the parser_t functionality when
+ * parsing a ID payload.
+ *
+ * @param tester associated tester_t object
+ *
+ * @ingroup testcases
+ */
+void test_parser_with_id_payload(tester_t *tester);
+
+/**
+ * @brief Test function used to test the parser_t functionality when
* parsing a ke payload.
*
* @param tester associated tester_t object