mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-09-16 22:42:07 +03:00
* tests/test-thrd_exit.c: New file, based on tests/test-thrd_create.c. * modules/thrd-tests (Files): Add it. (Makefile.am): Compile and run it.
17 lines
411 B
Plaintext
17 lines
411 B
Plaintext
Files:
|
|
tests/test-thrd_current.c
|
|
tests/test-thrd_create.c
|
|
tests/test-thrd_exit.c
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
|
|
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@
|