- transform_substructure fully implemented

- generator now generates ransform_substructure and containing attributes
- test for transform substructure written
This commit is contained in:
Jan Hutter
2005-11-14 15:29:35 +00:00
parent f561c205e8
commit f3c01a28fe
6 changed files with 353 additions and 12 deletions
+10
View File
@@ -41,4 +41,14 @@ void test_generator_with_header_payload(tester_t *tester);
*/
void test_generator_with_transform_attribute(tester_t *tester);
/**
* @brief Test function used to test the generator with transform substructure payload
*
*
* @param tester associated tester object
*/
void test_generator_with_transform_substructure(tester_t *tester);
#endif /*GENERATOR_TEST_H_*/