diff options
Diffstat (limited to 'Source/charon/testcases/generator_test.h')
-rw-r--r-- | Source/charon/testcases/generator_test.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Source/charon/testcases/generator_test.h b/Source/charon/testcases/generator_test.h index 7031dae93..faf9286e4 100644 --- a/Source/charon/testcases/generator_test.h +++ b/Source/charon/testcases/generator_test.h @@ -50,5 +50,13 @@ void test_generator_with_transform_attribute(tester_t *tester); */ void test_generator_with_transform_substructure(tester_t *tester); +/** + * @brief Test function used to test the generator with proposal substructure payload + * + * + * @param tester associated tester object + */ +void test_generator_with_proposal_substructure(tester_t *tester); + #endif /*GENERATOR_TEST_H_*/ |