summaryrefslogtreecommitdiff
path: root/modules/get-rusage-data-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2021-01-17 09:17:40 +0100
committerBruno Haible <bruno@clisp.org>2021-01-17 09:17:40 +0100
commit2e9b9370bcc74dc88b35cb761ae15db72401add2 (patch)
tree4cbdbb7d0210861279b4965198c86fd7a358876a /modules/get-rusage-data-tests
parentc7710c141dd44bdc4029b5e8ab1aea3774e37527 (diff)
downloadgnulib-2e9b9370bcc74dc88b35cb761ae15db72401add2.tar.gz
get-rusage-data tests: Avoid test failure on musl libc.
* modules/get-rusage-data-tests (Files): Add m4/musl.m4. (configure.ac): Invoke gl_MUSL_LIBC. * tests/test-get-rusage-data.c (main): Treat musl libc like glibc.
Diffstat (limited to 'modules/get-rusage-data-tests')
-rw-r--r--modules/get-rusage-data-tests2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/get-rusage-data-tests b/modules/get-rusage-data-tests
index 0b55794302..109cce53e9 100644
--- a/modules/get-rusage-data-tests
+++ b/modules/get-rusage-data-tests
@@ -1,10 +1,12 @@
Files:
tests/test-get-rusage-data.c
tests/macros.h
+m4/musl.m4
Depends-on:
configure.ac:
+gl_MUSL_LIBC
Makefile.am:
TESTS += test-get-rusage-data