mirror of
https://github.com/Stichting-MINIX-Research-Foundation/xsrc.git
synced 2025-09-23 03:32:55 -04:00
5 lines
105 B
C
5 lines
105 B
C
#include <check.h>
|
|
|
|
void suite_add_test(Suite *s, TFun tf, const char *name);
|
|
Suite *public_suite(void);
|