summaryrefslogtreecommitdiff
path: root/modules/getumask-tests
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2020-11-15 19:54:33 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2020-11-15 19:58:46 -0800
commit065b9a04c6d5ac1fea6b776fe4faa650d385e187 (patch)
tree8f55338e7bbb4ae76a0619941e8bf2401cd01f83 /modules/getumask-tests
parentda9e9d02b83525428340097bc25592b6d23b1dfc (diff)
downloadgnulib-065b9a04c6d5ac1fea6b776fe4faa650d385e187.tar.gz
getumask-tests: port to Solaris 10 etc.
Problem reported by Tom Christensen in: https://lists.gnu.org/r/bug-gnulib/2020-11/msg00062.html * modules/getumask-tests (test_getumask_LDADD): Add $(LIB_CLOCK_GETTIME).
Diffstat (limited to 'modules/getumask-tests')
-rw-r--r--modules/getumask-tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/getumask-tests b/modules/getumask-tests
index 2968f37c51..efded3428f 100644
--- a/modules/getumask-tests
+++ b/modules/getumask-tests
@@ -10,4 +10,4 @@ configure.ac:
Makefile.am:
TESTS += test-getumask
check_PROGRAMS += test-getumask
-test_getumask_LDADD = $(LDADD) $(LIB_GETRANDOM)
+test_getumask_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME) $(LIB_GETRANDOM)