summaryrefslogtreecommitdiff
path: root/modules/stdio-c++-tests
Commit message (Collapse)AuthorAgeFilesLines
* C++ tests: Fix link errors on MSVC (regression from 2020-05-31).Bruno Haible2020-08-161-1/+1
| | | | | | | * 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.
* Fix more C++ link errors on Solaris 8.Bruno Haible2010-12-261-1/+1
| | | | | | | | | | * modules/fcntl-h-c++-tests (test_fcntl_h_c___LDADD): Add $(LIB_EACCESS). * modules/stdio-c++-tests (test_stdio_c___LDADD): Likewise. * modules/stdlib-c++-tests (test_stdlib_c___LDADD): Likewise. * modules/sys_ioctl-c++-tests (test_sys_ioctl_c___LDADD): Likewise. * modules/wchar-c++-tests (test_wchar_c___LDADD): Likewise. * modules/wctype-c++-tests (test_wctype_c___LDADD): Likewise.
* Split C++ tests into separate tests modules.Bruno Haible2010-03-281-0/+20