mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 18:03:47 +01:00
12 lines
161 B
C
12 lines
161 B
C
/* SPDX-License-Identifier: Zlib */
|
|
|
|
#ifndef ZATHURA_TESTS_H
|
|
#define ZATHURA_TESTS_H
|
|
|
|
#include <check.h>
|
|
|
|
int run_suite(Suite* suite);
|
|
void setup(void);
|
|
|
|
#endif
|