Hash :
fb30c360
Author :
Date :
2024-05-29T16:59:59
call_once tests: Fix link error on mingw. * modules/call_once-tests (Depends-on): Add mtx.
Files:
tests/test-call_once1.c
tests/test-call_once2.c
tests/macros.h
Depends-on:
thrd
lock
mtx
stdint
configure.ac:
AC_CHECK_DECLS_ONCE([alarm])
Makefile.am:
TESTS += test-call_once1 test-call_once2
check_PROGRAMS += test-call_once1 test-call_once2
test_call_once1_LDADD = $(LDADD) @LIBSTDTHREAD@
test_call_once2_LDADD = $(LDADD) @LIBSTDTHREAD@ @LIBTHREAD@