summaryrefslogtreecommitdiff
path: root/libexec/atf
AgeCommit message (Expand)Author
2025-11-05atf: Move the tests back to the tests packageLexi Winter
2025-09-18packages: Remove the tests-dev packageLexi Winter
2025-05-31atf, kyua: Implement require.kmods.Dag-Erling Smørgrav
2025-04-16atf: Switch from std::auto_ptr<> to std::unique_ptr<>John Baldwin
2025-04-11src: Use gnu++17 as the default C++ standardJohn Baldwin
2024-10-14Update Makefile.depend filesSimon J. Gerraty
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-07-21atf_pytest_wrapper: fix use with pytest-7.4Kristof Provost
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2022-12-28atf_pytest_wrapper: fix pytest output truncationJose Luis Duran
2022-12-04Explicitly set CXXSTD to c++11 for old C++ code using std::auto_ptr<>.John Baldwin
2022-07-06testing: provide meaningful error when pytest is not availableAlexander V. Chernikov
2022-06-28testing: pass ATF vars to pytest via env instead of arguments.Alexander V. Chernikov
2022-06-27testing: workaround pytest parser bug in pytest-atf-wrapper.Alexander V. Chernikov
2022-06-26testing: move atf-pytest-wrapper to /usr/libexecAlexander V. Chernikov
2021-01-04pkgbase: Install atf and kyua in the tests packageEmmanuel Vadot
2019-09-17Another round of attempting to squelch -Wdeprecated-declarations, whichDimitry Andric
2019-09-14Instead of disabling gcc's deprecated declaration warnings about e.g.Dimitry Andric
2019-09-03Add workarounds for obsolete std::auto_ptr usage in atf.Dimitry Andric
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-08-02Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper
2017-08-02Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper
2017-06-30atf-sh(3): document atf_init_test_cases(3) fullyEnji Cooper
2017-06-07Add MLINKS for atf-sh(3) to each of the functions it implementsEnji Cooper
2017-06-07Revert r319659Enji Cooper
2017-06-07Add an MLINK for atf_check(1) -> atf-check(1)Enji Cooper
2016-09-20Use SRCTOP instead of the longhand version for defining the path to contrib/atfEnji Cooper
2016-05-04Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper
2016-04-29Fix including Kyuafile in packaged base system.Glen Barber
2016-03-10MFHGlen Barber
2016-03-09DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery
2016-02-03More 'tests' packaging fixes.Glen Barber
2016-02-02First pass to fix the 'tests' packages.Glen Barber
2015-10-12Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andEnji Cooper
2015-06-13Add META_MODE support.Simon J. Gerraty
2015-06-08dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty
2015-05-27Merge sync of headSimon J. Gerraty
2014-11-25Convert to LIBADDBaptiste Daroussin
2014-11-19Merge from head@274682Simon J. Gerraty
2014-11-01MFV: Import atf-0.21.Julio Merino
2014-08-19Merge head from 7/28Simon J. Gerraty
2014-08-06Rework privatelib/internallibBaptiste Daroussin
2014-07-09Fix atf-sh's integration_testJulio Merino
2014-06-06Move atf-sh from /usr/bin/ to /usr/libexec/Julio Merino
2014-05-25Change libatf-c and libatf-c++ to be private libraries.Julio Merino
2014-05-16Updated dependenciesSimon J. Gerraty
2014-05-08Merge from headSimon J. Gerraty
2014-05-06Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh
2014-04-28Merge headSimon J. Gerraty