generation of uint implemented but not tested

This commit is contained in:
Jan Hutter
2005-11-09 13:34:36 +00:00
parent c0c6490d30
commit 762ce218e7
6 changed files with 268 additions and 20 deletions
+8
View File
@@ -33,4 +33,12 @@
*/
void test_generator_with_unsupported_payload(tester_t *tester);
/**
* @brief Test function used to test the generator with header payload
*
*
* @param tester associated tester object
*/
void test_generator_with_header_payload(tester_t *tester);
#endif /*GENERATOR_TEST_H_*/