1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00
Files
gnulib/modules/options-tests
Bruno Haible 4ed606dd83 options tests: Fix link error.
* modules/options (Link): New section.
* modules/options-tests (Makefile.am): Link test-options and
test-options-prog with LIBINTL.
2025-06-30 11:22:40 +02:00

19 lines
309 B
Plaintext

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)