created protected_tester_t for testcases
This commit is contained in:
@@ -29,10 +29,10 @@
|
||||
/**
|
||||
* @brief Test function used to test the init_config_t functionality.
|
||||
*
|
||||
* @param tester associated tester_t object
|
||||
* @param tester associated protected_tester_t object
|
||||
*
|
||||
* @ingroup testcases
|
||||
*/
|
||||
void test_init_config(tester_t *tester);
|
||||
void test_init_config(protected_tester_t *tester);
|
||||
|
||||
#endif //_INIT_CONFIG_TEST_H_
|
||||
|
||||
Reference in New Issue
Block a user