about summary refs log tree commit diff stats
path: root/stabbertests/test_connect.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-05-17 01:11:03 +0100
committerJames Booth <boothj5@gmail.com>2015-05-17 01:11:03 +0100
commit97c5072f56b992d3bf2e4c3550a8010f9638b80a (patch)
tree7fa409d9cb275422c296acf5a0f204d1757c5eb3 /stabbertests/test_connect.c
parentaeffca496c338e91cacb4af1ebf0d8ca3160bf31 (diff)
downloadprofani-tty-97c5072f56b992d3bf2e4c3550a8010f9638b80a.tar.gz
Added stabber testsuite
Diffstat (limited to 'stabbertests/test_connect.c')
-rw-r--r--stabbertests/test_connect.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/stabbertests/test_connect.c b/stabbertests/test_connect.c
new file mode 100644
index 00000000..1ddc9849
--- /dev/null
+++ b/stabbertests/test_connect.c
@@ -0,0 +1,12 @@
+#include <glib.h>
+#include <stdarg.h>
+#include <stddef.h>
+#include <setjmp.h>
+#include <cmocka.h>
+#include <stdlib.h>
+
+void
+connect_with_no_jid(void **state)
+{
+    assert_true(1);
+}