mirror of https://github.com/mpv-player/mpv
12 lines
147 B
C
12 lines
147 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>
|
||
|
|
||
|
#endif
|