mirror of
https://github.com/profanity-im/profanity.git
synced 2025-11-10 18:37:27 -05:00
Moved all tests to tests folder
This commit is contained in:
7
tests/unittests/test_cmd_rooms.h
Normal file
7
tests/unittests/test_cmd_rooms.h
Normal file
@@ -0,0 +1,7 @@
|
||||
void cmd_rooms_shows_message_when_disconnected(void **state);
|
||||
void cmd_rooms_shows_message_when_disconnecting(void **state);
|
||||
void cmd_rooms_shows_message_when_connecting(void **state);
|
||||
void cmd_rooms_shows_message_when_started(void **state);
|
||||
void cmd_rooms_shows_message_when_undefined(void **state);
|
||||
void cmd_rooms_uses_account_default_when_no_arg(void **state);
|
||||
void cmd_rooms_arg_used_when_passed(void **state);
|
||||
Reference in New Issue
Block a user