summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-test
Commit message (Collapse)AuthorAgeFilesLines
* gtest: fix installation in multilibFrederico Cadete2016-08-164-53/+46
| | | | | | | | | | The installation and pkgconfig patches have to be reworked to consider the install directories from OE. Signed-off-by: Frederico Cadete <frederico.cadete@awtce.be> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit 377d67aa7cb902d4a512c3489482fb876b1ec4cd) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* gtest, gmock: allow building gtest-native and gmock-nativePascal Bach2016-05-022-2/+2
| | | | | | Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* fwts: add the Firmware Test SuiteGraeme Gregory2014-12-311-0/+24
| | | | | | | | | The Firmware Test Suite is a set of tests for checking ACPI and EFI implementations for common bugs and issues. Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> Signed-off-by: Graeme Gregory <graeme.gregory@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gmock: add recipeMario Domenech Goulart2014-11-193-0/+119
| | | | | | | gmock is a library for writing and using C++ mock classes, by Google. Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gtest: add recipeMario Domenech Goulart2014-11-193-0/+117
gtest is a framework for writing C++ tests, by Google. Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>