All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Adding cmake selftest
@ 2018-06-09 20:00 Armin Kuster
  2018-06-09 20:00 ` [PATCH 1/2] selftest: add cmake test Armin Kuster
  2018-06-09 20:00 ` [PATCH 2/2] selftest: add cmake oeqa portion Armin Kuster
  0 siblings, 2 replies; 8+ messages in thread
From: Armin Kuster @ 2018-06-09 20:00 UTC (permalink / raw)
  To: akuster808, openembedded-core

This is my first selftest so any feedback is welcome.

This selftest should help catch regressions when boost is updated and cmake is not. It appears cmake may be version sensitive to some packages so we may want to expand these selftests for other packages that live in core.  I got the testcase from Dennis Menschel via Yocto bug 12762 so many thanks.
 

Armin Kuster (2):
  selftest: add cmake test
  selftest: add cmake oeqa portion

 .../recipes-test/cmake/cmake-boost-version-test.bb | 20 ++++++++++
 .../recipes-test/cmake/files/CMakeLists.txt        | 24 ++++++++++++
 .../recipes-test/cmake/files/helloworld.cpp        |  7 ++++
 meta/lib/oeqa/selftest/cases/cmake.py              | 43 ++++++++++++++++++++++
 4 files changed, 94 insertions(+)
 create mode 100644 meta-selftest/recipes-test/cmake/cmake-boost-version-test.bb
 create mode 100644 meta-selftest/recipes-test/cmake/files/CMakeLists.txt
 create mode 100644 meta-selftest/recipes-test/cmake/files/helloworld.cpp
 create mode 100644 meta/lib/oeqa/selftest/cases/cmake.py

-- 
2.7.4



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-06-11 13:07 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-09 20:00 [PATCH 0/2] Adding cmake selftest Armin Kuster
2018-06-09 20:00 ` [PATCH 1/2] selftest: add cmake test Armin Kuster
2018-06-10  7:25   ` Alexander Kanavin
2018-06-10 16:04     ` akuster808
2018-06-11 12:15       ` Burton, Ross
2018-06-09 20:00 ` [PATCH 2/2] selftest: add cmake oeqa portion Armin Kuster
2018-06-10  7:22   ` Alexander Kanavin
2018-06-11 13:06   ` Burton, Ross

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.