1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-09-26 21:59:41 +00:00
erc-c/tests/objstore.c

10 lines
138 B
C
Raw Normal View History

2018-01-04 02:51:20 +00:00
#include <criterion/criterion.h>
#include "log.h"
#include "objstore.h"
Test(objstore, init)
{
cr_assert_eq(objstore_init(), OK);
}