- wrote payload sa_payload

- wrote additions in generator sa_payload 
- wrote test for sa_payload
This commit is contained in:
Jan Hutter
2005-11-15 14:59:47 +00:00
parent 0c5c09227b
commit 113f461ebe
5 changed files with 105 additions and 29 deletions
+8
View File
@@ -66,5 +66,13 @@ void test_generator_with_proposal_substructure(tester_t *tester);
*/
void test_generator_with_sa_payload(tester_t *tester);
/**
* @brief Test function used to test the generator with KE payload
*
*
* @param tester associated tester object
*/
void test_generator_with_ke_payload(tester_t *tester);
#endif /*GENERATOR_TEST_H_*/