mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* tests/test-random-mt.c: New file. * modules/random-tests (Files): Add it. (Depends-on): Add xalloc, thread, yield. (Makefile.am): Also build and test test-random-mt.
18 lines
300 B
Plaintext
18 lines
300 B
Plaintext
Files:
|
|
tests/test-random.c
|
|
tests/test-random-mt.c
|
|
tests/signature.h
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
xalloc
|
|
thread
|
|
yield
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-random test-random-mt
|
|
check_PROGRAMS += test-random test-random-mt
|
|
test_random_mt_LDADD = $(LDADD) $(LIBINTL) $(LIBMULTITHREAD) $(YIELD_LIB)
|