Add all pages test and accessor functions
This commit is contained in:
@@ -104,4 +104,8 @@ void mock_register_default_events(void);
|
||||
int mock_load_config(const char *filename);
|
||||
void mock_print_config(void);
|
||||
|
||||
// Accessors for testing
|
||||
MOCK_CTRL_INFO* mock_get_ctrl_info(int index);
|
||||
int mock_get_event_queue_count(void);
|
||||
|
||||
#endif // MOCK_DRIVER_H
|
||||
|
||||
Reference in New Issue
Block a user