1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00
Files
gnulib/modules/random-tests
Bruno Haible b5eede6ff7 random tests: Add multithread-safety test.
* 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.
2023-11-10 16:48:18 +01:00

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)