forked from github/server
9 lines
130 B
C
9 lines
130 B
C
|
#include "prefix.h"
|
||
|
|
||
|
#include <CuTest.h>
|
||
|
|
||
|
CuSuite *get_prefix_suite(void)
|
||
|
{
|
||
|
CuSuite *suite = CuSuiteNew();
|
||
|
return suite;
|
||
|
}
|