summaryrefslogtreecommitdiffstats
path: root/contrib/atf/atf-c++/detail/test_helpers.cpp
Commit message (Collapse)AuthorAgeFilesLines
* MFV: Import atf-0.21.jmmv2014-11-011-11/+8
|
* MFV: Import atf-0.20.jmmv2014-02-141-46/+9
|
* 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
* MFV: Import atf-0.18.jmmv2013-11-171-41/+0
| | | | Approved by: rpaulo (mentor)
* Modify atf::fs::path::get_process_helpers_path API to properlymarcel2013-05-291-3/+7
| | | | | | | 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-041-0/+160
Provenance: http://code.google.com/p/kyua Discussed with: gibbs, gnn, keramida, mdf, mlaier, Discussed with: Garrett Cooper
OpenPOWER on IntegriCloud