1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-05-13 07:03:33 +00:00
Files
gnulib/modules/list-c++-tests
Bruno Haible 64e78e4467 tests: Use streq, part 1.
Done through sed -e 's/strcmp \([(][^()]*[)]\) == 0/streq \1/'

* tests/**/*.[hc]: Use streq instead of strcmp ... == 0.
* modules/*-tests (Dependencies): Add streq.
2026-03-01 09:44:40 +01:00

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