1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-06-15 15:25:49 +00:00
Files
Bruno Haible b2a583ead5 tests: Use memeq, part 1.
Done through
  sed -e 's/memcmp \([(][^()]*[)]\) == 0/memeq \1/g' \
      -e 's/memcmp \([(][^()]*[(][^()]*[)][^()]*[)]\) == 0/memeq \1/g'

* tests/**/*.[hc]: Use memeq instead of memcmp ... == 0.
* modules/*-tests (Dependencies): Add memeq.
2026-03-01 12:36:28 +01:00

20 lines
249 B
Plaintext

Files:
tests/test-cnd.c
tests/virtualbox.h
tests/macros.h
Depends-on:
mtx
thrd
gettimeofday
streq
memeq
configure.ac:
AC_CHECK_DECLS_ONCE([alarm])
Makefile.am:
TESTS += test-cnd
check_PROGRAMS += test-cnd
test_cnd_LDADD = $(LDADD) @LIBSTDTHREAD@