Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2013-01-18 | ptest.bbclass: don't add to PACKAGES if disabled | Christopher Larson | 1 | |
Without this, we have excessive dependencies leaking into the build. In particular, glib-2.0 was sucking in python modules even if ptest wasn't in DISTRO_FEATURES. Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> | ||||
2012-12-25 | Add a new distro feature "ptest". | Björn Stenberg | 1 | |
This patch creates a new distro feature "ptest", which creates -ptest packages containing the test suite of the package for running on the target. Test files are installed in /usr/lib/<pkg>/ptest. The patch also includes a change to automake, splitting the "make check" target into separate steps for building and running the tests. Signed-off-by: Björn Stenberg <bjst@enea.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> |