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

-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to