1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-04-28 06:33:36 +00:00
Files
gnulib/modules/libgmp-mpz-tests
Bruno Haible 69297aa373 tests: Use streq, part 2.
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 10:04:06 +01:00

16 lines
208 B
Plaintext

Files:
tests/macros.h
tests/test-libgmp-mpz.c
Depends-on:
assert-h
c99
streq
configure.ac:
Makefile.am:
TESTS += test-libgmp-mpz
check_PROGRAMS += test-libgmp-mpz
test_libgmp_mpz_LDADD = $(LDADD) @LIBGMP@