summaryrefslogtreecommitdiff
path: root/libexec/atf/atf-check/Makefile
AgeCommit message (Expand)Author
2025-09-18packages: Remove the tests-dev packageLexi Winter
2025-04-16atf: Switch from std::auto_ptr<> to std::unique_ptr<>John Baldwin
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2022-12-04Explicitly set CXXSTD to c++11 for old C++ code using std::auto_ptr<>.John Baldwin
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-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-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
2014-11-25Convert to LIBADDBaptiste Daroussin
2014-11-01MFV: Import atf-0.21.Julio Merino
2014-08-06Rework privatelib/internallibBaptiste Daroussin
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-06Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh
2013-11-08Build and install the atf tests.Julio Merino
2012-10-22Add ATF to the build. This is may be a bit rought around the egdes,Marcel Moolenaar