mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-26 17:31:45 +02:00
Add a preliminary client test suite
This simply tests the current functionality of the gamemode_client tools by calling each function in turn and checking the values return correctly. Requires the gamemode service to currently be running and installed on the system.
This commit is contained in:
@ -135,4 +135,4 @@ char *game_mode_resolve_wine_preloader(const pid_t pid);
|
||||
/** gamemode-tests.c
|
||||
* Provides a test suite to verify gamemode behaviour
|
||||
*/
|
||||
int game_mode_run_tests(void);
|
||||
int game_mode_run_client_tests(void);
|
||||
|
Reference in New Issue
Block a user