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.
16 lines
320 B
Plaintext
16 lines
320 B
Plaintext
Files:
|
|
tests/test-thread_self.c
|
|
tests/test-thread_create.c
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
memeq
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-thread_self test-thread_create
|
|
check_PROGRAMS += test-thread_self test-thread_create
|
|
test_thread_self_LDADD = $(LDADD) @LIBTHREAD@
|
|
test_thread_create_LDADD = $(LDADD) @LIBMULTITHREAD@
|