Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2015-11-24 | ptest-gnome: extend EXTRA_OECONF in all builds, not just target | Ross Burton | 1 | |
This class was extending EXTRA_OECONF only in target builds with --enable/--disable-installed-tests. However for native builds we don't care about the test suite and should be explicitly disabling it. This stops glib-2.0-native trying to build the test suite that we'll never execute. Signed-off-by: Ross Burton <ross.burton@intel.com> | ||||
2014-07-25 | ptest-gnome: add ptest helper for GNOME packages | Ross Burton | 1 | |
Many GNOME packages are using their InstalledTests pattern, where the test suite can be trivially installed. To avoid repeating the same logic over and over, add a class to encapsulate this. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |