aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/testcases/generator_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/charon/testcases/generator_test.h')
-rw-r--r--Source/charon/testcases/generator_test.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/Source/charon/testcases/generator_test.h b/Source/charon/testcases/generator_test.h
index 31876adee..6adb75638 100644
--- a/Source/charon/testcases/generator_test.h
+++ b/Source/charon/testcases/generator_test.h
@@ -161,4 +161,15 @@ void test_generator_with_delete_payload(tester_t *tester);
*/
void test_generator_with_vendor_id_payload(tester_t *tester);
+
+/**
+ * @brief Test function used to test the generator with CP payload.
+ *
+ * @param tester associated tester_t object
+ *
+ * @ingroup testcases
+ */
+void test_generator_with_cp_payload(tester_t *tester);
+
+
#endif /*GENERATOR_TEST_H_*/