fix: test g_prog_name

This commit is contained in:
lohhiiccc 2026-04-22 12:51:38 +02:00
parent 2a3aff4cba
commit 97417ade90

View file

@ -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!");