timespec_get: New module.
[gnulib.git] / modules / pthread_sigmask-tests
blobe30bb9141155328e5400d93dab8eba3252fd4bf6
1 Files:
2 tests/test-pthread_sigmask1.c
3 tests/test-pthread_sigmask2.c
4 tests/signature.h
5 tests/macros.h
7 Depends-on:
8 sleep
9 pthread-thread
11 configure.ac:
13 Makefile.am:
14 TESTS += test-pthread_sigmask1 test-pthread_sigmask2
15 check_PROGRAMS += test-pthread_sigmask1 test-pthread_sigmask2
16 test_pthread_sigmask1_LDADD = $(LDADD) @LIB_PTHREAD_SIGMASK@
17 test_pthread_sigmask2_LDADD = $(LDADD) @LIB_PTHREAD_SIGMASK@ @LIBMULTITHREAD@