2 tests/test-pthread-spin.c
3 tests/atomic-int-posix.h
13 AC_CHECK_HEADERS_ONCE([semaphore.h])
14 AC_CHECK_DECLS_ONCE([alarm])
15 AC_REQUIRE([gl_SEMAPHORE])
18 TESTS += test-pthread-spin
19 check_PROGRAMS += test-pthread-spin
20 test_pthread_spin_LDADD = $(LDADD) @LIBPMULTITHREAD@ @LIB_SCHED_YIELD@ @LIB_SEMAPHORE@