about summary refs log tree commit diff stats
path: root/tests/pgp
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-03-22 00:12:14 +0000
committerJames Booth <boothj5@gmail.com>2015-03-22 00:12:14 +0000
commit2490c3ed202a912438d34594c01811f7532430a4 (patch)
treeb8dd9563c6f1bf4c320d60d525507d70adf720bb /tests/pgp
parentf1f047889eed360a0c91be4fcabd24199089c02a (diff)
downloadprofani-tty-2490c3ed202a912438d34594c01811f7532430a4.tar.gz
Added pgp key list command
Diffstat (limited to 'tests/pgp')
-rw-r--r--tests/pgp/stub_gpg.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/pgp/stub_gpg.c b/tests/pgp/stub_gpg.c
new file mode 100644
index 00000000..4ee03129
--- /dev/null
+++ b/tests/pgp/stub_gpg.c
@@ -0,0 +1,7 @@
+#include <glib.h>
+
+void p_gpg_init(void) {}
+GSList* p_gpg_list_keys(void)
+{
+    return NULL;
+}