mirror of
https://github.com/mpv-player/mpv
synced 2025-01-20 14:20:55 +00:00
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
|