Added stabber testsuite
This commit is contained in:
12
stabbertests/test_connect.c
Normal file
12
stabbertests/test_connect.c
Normal file
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user