summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-test
Commit message (Collapse)AuthorAgeFilesLines
* evtest: move to recipes-testArmin Kuster2018-03-011-0/+17
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* cppunit: move to recipes-testArmin Kuster2018-03-012-0/+45
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* cunit: move to recipes-testArmin Kuster2018-03-012-0/+55
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* pm-qa: move to recipe-testArmin Kuster2018-03-011-0/+65
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* cxxtest: move to recipes-testArmin Kuster2018-03-011-0/+21
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* fbtest: move to recipe-testsArmin Kuster2018-03-011-0/+20
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* testfloat: move to recipe-testsArmin Kuster2018-03-013-0/+779
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* stress-ng: Upgrade to 0.09.14Khem Raj2018-02-112-52/+4
| | | | | | | drop upstreamed patch Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* stress-ng: upgrade to 0.09.09 and fix musl buildTim Orling2018-01-165-49/+102
| | | | | | | | | | | | | | * Upstream tarballs are now xz compressed * Patch 0001 modified: - stress-pthread and stress-context change not needed * Add patch to fix stress-fcntl for musl * Add patch to fix syntax errors in stress-fcntl - Accepted upstream * Add UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> Acked-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* stress-ng: Add recipeAníbal Limón2017-10-272-0/+190
| | | | | | | | | | | | A tool to generate load and stress a system, currently this recipe is on a couple of layers [1] and is not updated, a good reason to have in meta-oe. [1] https://layers.openembedded.org/layerindex/branch/master/recipes/?q=stress-ng Signed-off-by: Aníbal Limón <anibal.limon@linaro.org> Signed-off-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fwts: Bump SRCREV to latest past 17.03.00 releaseKhem Raj2017-06-197-2/+287
| | | | | | | | | Helps fixing build issues with gcc7 Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Koen Kooi <koen.kooi@linaro.org> Acked-by: Fathi Boudra <fathi.boudra@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fwts: upgrade to 17.03.00 releaseFathi Boudra2017-03-311-2/+2
| | | | | | | Update PV and SRCREV to match 17.03.00 release Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fwts: upgrade to 17.02.00 releaseFathi Boudra2017-02-201-2/+2
| | | | | | | Update PV and SRCREV to match 17.02.00 release Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fwts: upgrade to 17.01.00 releaseFathi Boudra2017-02-131-2/+2
| | | | | | | Update PV and SRCREV to match 17.01.00 release Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fwts: upgrade to 16.12.00 releaseFathi Boudra2016-12-262-47/+49
| | | | | | | | * update PV and SRCREV to match 16.12.00 release * refresh 0001-ignore-constant-logical-operand-warning-with-clang.patch Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gtest, gmock: update 1.7.0 -> 1.8.0Andre McCurdy2016-12-268-229/+133
| | | | | | | | | | | | | | | Starting from the 1.8.0 release, GoogleTest and GoogleMock are maintained in the same repository and released together. Update the gtest recipe to PROVIDE gmock (and drop the gmock recipe). Patches to add CMake install rules have been dropped (now supported upstream). https://github.com/google/googletest/commit/98d988deac06637364f6cd41c45c3db4a8a0b6bc https://github.com/google/googletest/commit/7c8ac4886a7ad513430d132c446a93c6d395345a Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fwts: Update to 16.09 releaseKhem Raj2016-11-232-7/+95
| | | | | | | | license change is just year change from 2014 to 2016 Fix build with clang while here Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gmock: fixed installing pkgconfig file and libraries on x86_64 architectureMateusz Nowakowski2016-10-052-5/+5
| | | | | Signed-off-by: Mateusz Nowakowski <mateusz.cz.nowakowski@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gtest: fix installation in multilibFrederico Cadete2016-06-234-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>
* fwts: add CFLAG to ignore misleading indentationsDerek Straka2016-06-151-4/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* abiword, fbreader, tvheadend, glmark2, libqmi, modemmanager, thrift, wvdial, ↵Martin Jansa2016-06-131-0/+3
| | | | | | wvstreams, dt, collectd, gtkmathview, tcsh, glcompbench, geos, libspatialite, geis, grail, opencv, openwbem, fwts: blacklist, fails to build with gcc-6 or glibc-2.24 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gtest, gmock: allow building gtest-native and gmock-nativePascal Bach2016-04-282-2/+2
| | | | | Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Martin Jansa <Martin.Jansa@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>