summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-test/gtest
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-021-1/+1
| | | | | | 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>
* 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>