fix: test g_prog_name
This commit is contained in:
parent
2a3aff4cba
commit
97417ade90
1 changed files with 1 additions and 2 deletions
|
|
@ -1,8 +1,7 @@
|
||||||
#include <criterion/criterion.h>
|
#include <criterion/criterion.h>
|
||||||
#include "version_gen.h"
|
#include "version_gen.h"
|
||||||
|
|
||||||
struct prog_name g_prog_name = { NULL, NULL };
|
char *g_prog_name = "ft_ping";
|
||||||
|
|
||||||
Test(dummy, always_pass)
|
Test(dummy, always_pass)
|
||||||
{
|
{
|
||||||
cr_assert(1, "Hello, world!");
|
cr_assert(1, "Hello, world!");
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue