mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 15:25:49 +00:00
64e78e4467
Done through sed -e 's/strcmp \([(][^()]*[)]\) == 0/streq \1/' * tests/**/*.[hc]: Use streq instead of strcmp ... == 0. * modules/*-tests (Dependencies): Add streq.
20 lines
315 B
Plaintext
20 lines
315 B
Plaintext
Files:
|
|
tests/test-options.c
|
|
tests/test-options-prog.c
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
bool
|
|
setenv
|
|
unsetenv
|
|
streq
|
|
|
|
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)
|