summaryrefslogtreecommitdiffstats
path: root/contrib/atf/atf-c++/detail
Commit message (Collapse)AuthorAgeFilesLines
* MFV: Import atf-0.21.jmmv2014-11-0126-241/+134
|
* MFV: Import atf-0.20.jmmv2014-02-1417-3467/+69
|
* Fix path to the process_helpers for the libatf-c++ tests.jmmv2014-01-101-6/+23
| | | | | | | | | | | Because we respect the FreeBSD src tree layout under /usr/tests, and because the layout of the tests in the atf distfile does not match the former, the tests for atf-c++ were not able to find the process_helper binary. Fix this by explicitly hardcoding the right path in the FreeBSD test suite. Obtained from: atf (git 1f0e878f7f127741a3762883ef24aef317e239d5) MFC after: 1 week
* Use .cpp as the extension for temporary C++ files.jmmv2014-01-091-2/+2
| | | | | | | | | | | Using a .c extension for a C++ file raises the following warning, which breaks our header file tests if the compiler is using -Werror as well: c++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated Obtained from: atf (git 3104010c2849330440cc0ce108ff341913433339) MFC after: 3 days
* Drop all ATF tools code.jmmv2013-11-181-14/+0
| | | | | | | We stopped building the tools in r256365 so there is no need to ship their code any longer. Approved by: rpaulo (mentor)
* MFV: Import atf-0.18.jmmv2013-11-1710-150/+492
| | | | Approved by: rpaulo (mentor)
* Modify atf::fs::path::get_process_helpers_path API to properlymarcel2013-05-293-6/+10
| | | | | | | handle pathing with detail/ tests. Based on patch pushed upstream to ATF project. Obtained from: Garrett Cooper <yaneurabeya@gmail.com>
* Merge ATF 0.16 from vendor/atf/dist.marcel2012-09-0434-0/+8092
Provenance: http://code.google.com/p/kyua Discussed with: gibbs, gnn, keramida, mdf, mlaier, Discussed with: Garrett Cooper
OpenPOWER on IntegriCloud