about summary refs log tree commit diff stats
path: root/stabbertests/test_connect.c
diff options
context:
space:
mode:
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);
+}