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

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

#include <stdio.h>
#include <math.h>
#include <float.h>

#endif