From 26b876030dbda890b9630595419b422aa182c0dd Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 9 Apr 2025 09:35:39 +0200 Subject: tests: Check that we do not use the es macros in the public API. * tests/t-version.c: Undef the macros. --- tests/t-version.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/t-version.c') diff --git a/tests/t-version.c b/tests/t-version.c index d71f360..98f540a 100644 --- a/tests/t-version.c +++ b/tests/t-version.c @@ -20,6 +20,10 @@ #ifdef HAVE_CONFIG_H #include #endif +#undef GPG_ERR_ENABLE_GETTEXT_MACROS +#undef GPGRT_ENABLE_ES_MACROS +#undef GPGRT_ENABLE_LOG_MACROS +#undef GPGRT_ENABLE_ARGPARSE_MACROS #include #include -- cgit v1.2.3