freebsd-dev/libexec/atf
John Baldwin 42fb28cef4 Explicitly set CXXSTD to c++11 for old C++ code using std::auto_ptr<>.
GCC 12 defaults to C++17 which removes (not just deprecates)
std::auto_ptr<>.  Trying to use CXXSTD of c++03 doesn't work with
libc++ headers, but c++11 does.

Reviewed by:	brooks, imp, emaste
Differential Revision:	https://reviews.freebsd.org/D37531
2022-12-04 16:25:21 -08:00
..
atf-check Explicitly set CXXSTD to c++11 for old C++ code using std::auto_ptr<>. 2022-12-04 16:25:21 -08:00
atf-pytest-wrapper testing: provide meaningful error when pytest is not available 2022-07-06 19:55:58 +00:00
atf-sh pkgbase: Install atf and kyua in the tests package 2021-01-04 16:20:47 +01:00
tests
Makefile testing: move atf-pytest-wrapper to /usr/libexec 2022-06-26 13:25:47 +00:00
Makefile.inc