about summary refs log blame commit diff stats
path: root/stabbertests/test_connect.c
blob: 1ddc9849897de9acaa6afa4d497aa5572f71f48d (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
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);
}