mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 15:25:49 +00:00
12d6338260
* modules/usleep-tests (Depends-on): Add test-xfail. (Makefile.am): Don't test test-usleep on Cygwin.
17 lines
194 B
Plaintext
17 lines
194 B
Plaintext
Files:
|
|
tests/test-usleep.c
|
|
tests/signature.h
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
time-h
|
|
test-xfail
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
if !OS_IS_CYGWIN
|
|
TESTS += test-usleep
|
|
endif
|
|
check_PROGRAMS += test-usleep
|