]> Savannah Git Hosting - gnulib.git/commit
C++ tests: Fix link errors on MSVC (regression from 2020-05-31).
authorBruno Haible <bruno@clisp.org>
Sun, 16 Aug 2020 10:53:57 +0000 (12:53 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 16 Aug 2020 10:54:42 +0000 (12:54 +0200)
commite3d43f5a8dd5f5dcb716a30cdc98e53f48ffab8f
treefc9456f1f5154c2cb8f10ce026b3ed6af265b8dc
parent46f8e0a8b32e85f18bdac0dcdd22df7a62fcf30a
C++ tests: Fix link errors on MSVC (regression from 2020-05-31).

* modules/stdio-c++-tests (Makefile.am): Link test-stdio-c++ with
$(LIB_GETRANDOM), needed for the rpl_tmpfile symbol.
* modules/stdlib-c++-tests (Makefile.am): Link test-stdlib-c++ with
$(LIB_GETRANDOM), needed for the mkdtemp and mkstemp symbols.
ChangeLog
modules/stdio-c++-tests
modules/stdlib-c++-tests