Added stabber testsuite

This commit is contained in:
James Booth
2015-05-17 01:11:03 +01:00
parent aeffca496c
commit 97c5072f56
9 changed files with 791 additions and 5 deletions

View 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);
}