Test /otr gen

This commit is contained in:
James Booth
2014-02-16 19:35:40 +00:00
parent e048b3196e
commit 4eac5c0d43
5 changed files with 26 additions and 7 deletions

View File

@@ -16,6 +16,7 @@ void cmd_otr_warn_on_enables_unencrypted_warning(void **state);
void cmd_otr_warn_off_disables_unencrypted_warning(void **state);
void cmd_otr_libver_shows_libotr_version(void **state);
void cmd_otr_gen_shows_message_when_not_connected(void **state);
void cmd_otr_gen_generates_key_for_connected_account(void **state);
#else
void cmd_otr_shows_message_when_otr_unsupported(void **state);
#endif