Added cmd_pgp tests
This commit is contained in:
7
tests/unittests/test_cmd_pgp.h
Normal file
7
tests/unittests/test_cmd_pgp.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#include "config.h"
|
||||
|
||||
#ifdef HAVE_LIBGPGME
|
||||
void cmd_pgp_shows_usage_when_no_args(void **state);
|
||||
#else
|
||||
void cmd_pgp_shows_message_when_pgp_unsupported(void **state);
|
||||
#endif
|
||||
Reference in New Issue
Block a user