kyua: Switch from std::auto_ptr<> to std::unique_ptr<>A few places were assigning auto_ptr<>s depending on the ownershiphandoff. These now use an explicit std::move() as required byunique_ptr<>.
kyua: Switch from std::auto_ptr<> to std::unique_ptr<>A few places were assigning auto_ptr<>s depending on the ownershiphandoff. These now use an explicit std::move() as required byunique_ptr<>.Reviewed by: ngie, emasteDifferential Revision: https://reviews.freebsd.org/D49790
show more ...
Import the kyua test framework.Having kyua in the base system will simplify automated testing in CI andeliminates bootstrapping issues on new platforms.The build of kyua is controlled by WITH(OU
Import the kyua test framework.Having kyua in the base system will simplify automated testing in CI andeliminates bootstrapping issues on new platforms.The build of kyua is controlled by WITH(OUT)_TESTS_SUPPORT.Reviewed by: emasteObtained from: CheriBSDSponsored by: DARPADifferential Revision: https://reviews.freebsd.org/D24103