mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-28 19:16:20 +00:00
Added cmd_otr tests
This commit is contained in:
7
tests/test_cmd_otr.h
Normal file
7
tests/test_cmd_otr.h
Normal 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
|
||||
Reference in New Issue
Block a user