1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-07-15 21:29:11 +00:00
erc-c/tests/objstore.c
2018-01-03 20:51:20 -06:00

10 lines
138 B
C

#include <criterion/criterion.h>
#include "log.h"
#include "objstore.h"
Test(objstore, init)
{
cr_assert_eq(objstore_init(), OK);
}