]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bitbake: test/data: Add new tests for task checksum changing/not changing
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 17 Oct 2018 13:41:48 +0000 (14:41 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 18 Oct 2018 09:59:27 +0000 (10:59 +0100)
commit4ef016683d986cc5291e494789ff5a49b28030eb
treef24f29d31f36642f7facf3f4b857bba4faebe078
parent7e9212712817a7c10b9aae7a26de3de3a4f18611
bitbake: test/data: Add new tests for task checksum changing/not changing

This adds some basic tests for task checksums to ensure that the
checksums:

* change when variables change
* change when active _remove operators are present
* don't change when the _remove operators are not active
* change when an active contains() expression is present
* dont' change a contains() expression isn't active

There is a lot of other functionality which should be added to this
test but its a start.

(Bitbake rev: 5463c16e3619d324aed137f47f93f0997a227d29)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/tests/data.py