summaryrefslogtreecommitdiff
path: root/modules/stdlib-c++-tests
Commit message (Collapse)AuthorAgeFilesLines
* getrandom: Rename LIB_GETRANDOM to GETRANDOM_LIB.Bruno Haible2023-01-071-1/+1
| | | | | | * m4/getrandom.m4: Rename LIB_GETRANDOM to GETRANDOM_LIB. All uses changed. * NEWS: Mention the change.
* euidaccess: Rename LIB_EACCESS to EUIDACCESS_LIBGEN.Bruno Haible2023-01-071-1/+1
| | | | | | * m4/euidaccess.m4: Rename LIB_EACCESS to EUIDACCESS_LIBGEN. All uses changed. * NEWS: Mention the change.
* clock_time: Rename LIB_CLOCK_GETTIME to CLOCK_TIME_LIB.Bruno Haible2023-01-071-1/+1
| | | | | | * m4/clock_time.m4: Rename LIB_CLOCK_GETTIME to CLOCK_TIME_LIB. All uses changed. * NEWS: Mention the change.
* tests: Fix link errors on AIX.Bruno Haible2021-12-241-1/+1
| | | | | | | | | | | | | * modules/fnmatch-h-c++-tests (Makefile.am): Link test-fnmatch-h-c++ with $(LIB_MBRTOWC). * modules/glob-h-c++-tests (Makefile.am): Link test-glob-h-c++ with $(LIB_MBRTOWC). * modules/stdlib-c++-tests (Makefile.am): Link test-stdlib-c++ with $(GETLOADAVG_LIBS). * modules/sys_stat-c++-tests (Makefile.am): Link test-sys_stat-c++ with $(LIB_MBRTOWC). * modules/uchar-c++-tests (Makefile.am): Link test-uchar-c++ with $(LIBUNISTRING).
* 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