Added cmd_otr tests

This commit is contained in:
James Booth
2014-02-16 00:04:53 +00:00
parent f010dfb004
commit 6295336284
5 changed files with 67 additions and 0 deletions

7
tests/test_cmd_otr.h Normal file
View File

@@ -0,0 +1,7 @@
#include "config.h"
#ifdef HAVE_LIBOTR
void cmd_otr_shows_usage_when_no_args(void **state);
#else
void cmd_otr_shows_message_when_otr_unsupported(void **state);
#endif