mpv/test/test_helpers.h

14 lines
184 B
C

#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