mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 23:35:50 +00:00
6003a49f09
* tests/**/*.[hc]: Use memeq instead of memcmp. * modules/*-tests (Dependencies): Add memeq.
18 lines
417 B
Plaintext
18 lines
417 B
Plaintext
Files:
|
|
tests/test-thrd_current.c
|
|
tests/test-thrd_create.c
|
|
tests/test-thrd_exit.c
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
memeq
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-thrd_current test-thrd_create test-thrd_exit
|
|
check_PROGRAMS += test-thrd_current test-thrd_create test-thrd_exit
|
|
test_thrd_current_LDADD = $(LDADD) @LIBSTDTHREAD@
|
|
test_thrd_create_LDADD = $(LDADD) @LIBSTDTHREAD@
|
|
test_thrd_exit_LDADD = $(LDADD) @LIBSTDTHREAD@
|