On Thu, 25 Sep 2025, Sung-hun Kim wrote: > +#define TEST_FUNCTION do_test () > +#include "../test-skeleton.c" test-skeleton.c is the *old* way of writing tests. Please use support/test-driver.c as in other tests in this series. -- Joseph S. Myers josmyers@redhat.com