mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* modules/linked-list-unportable-tests: New file, based on modules/linked-list-tests. * modules/linked-list-tests: Remove the unportable tests from here. Depend on linked-list-unportable-tests.
33 lines
746 B
Plaintext
33 lines
746 B
Plaintext
Files:
|
|
tests/test-asyncsafe-linked_list-weak.sh
|
|
tests/test-asyncsafe-linked_list-weak.c
|
|
tests/test-asyncsafe-linked_list-strong.sh
|
|
tests/test-asyncsafe-linked_list-strong.c
|
|
tests/macros.h
|
|
|
|
Status:
|
|
unportable-test
|
|
|
|
Depends-on:
|
|
linked-list
|
|
thread
|
|
yield
|
|
nanosleep
|
|
sigaction
|
|
sigprocmask
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += \
|
|
test-asyncsafe-linked_list-weak.sh \
|
|
test-asyncsafe-linked_list-strong.sh
|
|
XFAIL_TESTS += \
|
|
test-asyncsafe-linked_list-weak.sh \
|
|
test-asyncsafe-linked_list-strong.sh
|
|
check_PROGRAMS += \
|
|
test-asyncsafe-linked_list-weak \
|
|
test-asyncsafe-linked_list-strong
|
|
test_asyncsafe_linked_list_weak_LDADD = $(LDADD) @LIBMULTITHREAD@ @YIELD_LIB@
|
|
test_asyncsafe_linked_list_strong_LDADD = $(LDADD) @LIBMULTITHREAD@ @YIELD_LIB@
|