mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-05-13 07:03:33 +00:00
Done through sed -e 's/strcmp \([(][^()]*[)]\) == 0/streq \1/' * tests/**/*.[hc]: Use streq instead of strcmp ... == 0. * modules/*-tests (Dependencies): Add streq.
19 lines
271 B
Plaintext
19 lines
271 B
Plaintext
Files:
|
|
tests/test-list-c++.cc
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
ansi-c++-opt
|
|
array-list
|
|
streq
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
if ANSICXX
|
|
TESTS += test-list-c++
|
|
check_PROGRAMS += test-list-c++
|
|
test_list_c___SOURCES = test-list-c++.cc
|
|
test_list_c___LDADD = $(LDADD) @LIBINTL@
|
|
endif
|