mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
linked-list test: Add test for SIGNAL_SAFE_LIST. (It currently fails.)
* tests/test-asyncsafe-linked_list.sh: New file. * tests/test-asyncsafe-linked_list.c: New file. * modules/linked-list-tests (Files): Add them. (Depends-on): Add thread, yield, nanosleep, sigaction, sigprocmask. (Makefile.am): Arrange to compile test-asyncsafe-linked_list.c and run test-asyncsafe-linked_list.sh.
This commit is contained in:
@@ -1,12 +1,20 @@
|
||||
Files:
|
||||
tests/test-linked_list.c
|
||||
tests/test-asyncsafe-linked_list.sh
|
||||
tests/test-asyncsafe-linked_list.c
|
||||
tests/macros.h
|
||||
|
||||
Depends-on:
|
||||
array-list
|
||||
thread
|
||||
yield
|
||||
nanosleep
|
||||
sigaction
|
||||
sigprocmask
|
||||
|
||||
configure.ac:
|
||||
|
||||
Makefile.am:
|
||||
TESTS += test-linked_list
|
||||
check_PROGRAMS += test-linked_list
|
||||
TESTS += test-linked_list test-asyncsafe-linked_list.sh
|
||||
check_PROGRAMS += test-linked_list test-asyncsafe-linked_list
|
||||
test_asyncsafe_linked_list_LDADD = $(LDADD) @LIBMULTITHREAD@ @YIELD_LIB@
|
||||
|
Reference in New Issue
Block a user