summaryrefslogtreecommitdiffstats
path: root/test/test_helpers.h
blob: 3dfe08fdbe601046cef05f6da54bebc8e59511d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef MP_TESTS_H
#define MP_TESTS_H

#include <stdarg.h>
#include <stddef.h>
#include <setjmp.h>
#include <cmocka.h>

#include <stdio.h>

#endif