Branch
Hash :
4ed606dd
Author :
Date :
2025-06-30T11:22:40
options tests: Fix link error. * modules/options (Link): New section. * modules/options-tests (Makefile.am): Link test-options and test-options-prog with LIBINTL.
Files:
tests/test-options.c
tests/test-options-prog.c
tests/macros.h
Depends-on:
bool
setenv
unsetenv
configure.ac:
Makefile.am:
TESTS += test-options
check_PROGRAMS += test-options
test_options_LDADD = $(LDADD) $(LIBINTL)
noinst_PROGRAMS += test-options-prog
test_options_prog_LDADD = $(LDADD) $(LIBINTL)