mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-09-03 20:21:35 +00:00
* tests/test-thread-optim1.c: New file. * tests/test-thread-optim2.c: New file. * modules/thread-optim-tests: New file.
15 lines
281 B
Plaintext
15 lines
281 B
Plaintext
Files:
|
|
tests/test-thread-optim1.c
|
|
tests/test-thread-optim2.c
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
thread
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-thread-optim1 test-thread-optim2
|
|
check_PROGRAMS += test-thread-optim1 test-thread-optim2
|
|
test_thread_optim2_LDADD = $(LDADD) @LIBMULTITHREAD@
|