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).
+2020-11-15 Paul Eggert <eggert@cs.ucla.edu>
+
+ 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).
+
2020-11-15 Akim Demaille <akim@lrde.epita.fr>
bitset: use ffsl to accelerate iterations over set bits
Makefile.am:
TESTS += test-getumask
check_PROGRAMS += test-getumask
-test_getumask_LDADD = $(LDADD) $(LIB_GETRANDOM)
+test_getumask_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME) $(LIB_GETRANDOM)