2014-12-28 08:38:22 +00:00
|
|
|
#ifndef MP_TESTS_H
|
|
|
|
#define MP_TESTS_H
|
|
|
|
|
|
|
|
#include <stdarg.h>
|
|
|
|
#include <stddef.h>
|
|
|
|
#include <setjmp.h>
|
|
|
|
#include <cmocka.h>
|
|
|
|
|
|
|
|
#include <stdio.h>
|
2015-02-07 12:54:18 +00:00
|
|
|
#include <math.h>
|
|
|
|
#include <float.h>
|
|
|
|
|
2014-12-28 08:38:22 +00:00
|
|
|
#endif
|