mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 15:25:49 +00:00
6003a49f09
* tests/**/*.[hc]: Use memeq instead of memcmp. * modules/*-tests (Dependencies): Add memeq.
14 lines
220 B
Plaintext
14 lines
220 B
Plaintext
Files:
|
|
tests/test-pthread-thread.c
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
memeq
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-pthread-thread
|
|
check_PROGRAMS += test-pthread-thread
|
|
test_pthread_thread_LDADD = $(LDADD) @LIBPMULTITHREAD@
|