Added functional tests for /console command

This commit is contained in:
James Booth
2015-12-30 00:32:52 +00:00
parent 7f98e013e1
commit 69ac809776
5 changed files with 111 additions and 3 deletions

View File

@@ -95,7 +95,9 @@ int main(int argc, char* argv[]) {
PROF_FUNC_TEST(shows_history_message),
PROF_FUNC_TEST(shows_occupant_join),
PROF_FUNC_TEST(shows_message),
PROF_FUNC_TEST(shows_message_in_console_when_window_not_focussed),
PROF_FUNC_TEST(shows_all_messages_in_console_when_window_not_focussed),
PROF_FUNC_TEST(shows_first_message_in_console_when_window_not_focussed),
PROF_FUNC_TEST(shows_no_message_in_console_when_window_not_focussed),
};
return run_tests(all_tests);