stdbit: fix dependency
[gnulib.git] / modules / pthread_sigmask-tests
blobd40a0136876f2c01fa33636ac6fa7b5e6b84e37f
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 inttypes
9 sleep
10 pthread-thread
12 configure.ac:
14 Makefile.am:
15 TESTS += test-pthread_sigmask1 test-pthread_sigmask2
16 check_PROGRAMS += test-pthread_sigmask1 test-pthread_sigmask2
17 test_pthread_sigmask1_LDADD = $(LDADD) @PTHREAD_SIGMASK_LIB@
18 test_pthread_sigmask2_LDADD = $(LDADD) @PTHREAD_SIGMASK_LIB@ @LIBMULTITHREAD@