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)
