9 lines
155 B
C
9 lines
155 B
C
#include <criterion/criterion.h>
|
|
#include "version_gen.h"
|
|
|
|
char *g_prog_name = "ft_ping";
|
|
Test(dummy, always_pass)
|
|
{
|
|
cr_assert(1, "Hello, world!");
|
|
}
|
|
|