diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-05-14 17:58:12 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-05-15 17:45:00 +0100 |
commit | 2a56445b9bb46357187425def7adc9ddc240b60a (patch) | |
tree | 9c95be24d2178c689ef57ed7538665542f235e10 | |
parent | fd731142e9e6d31c6735228c67ae0e87b6d4d239 (diff) | |
download | poky-2a56445b9bb46357187425def7adc9ddc240b60a.tar.gz |
bitbake: tests/parse: Add very basic start of parse tests
This tests very basic usage of the parser and then adds a test
to ensure that incomplete functions raise an exception.
(Bitbake rev: b7bcef141b56fe8eb03724ea5251e3251fc63817)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rwxr-xr-x | bitbake/bin/bitbake-selftest | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/bin/bitbake-selftest b/bitbake/bin/bitbake-selftest index 81e4c3c05d..8db6197d2f 100755 --- a/bitbake/bin/bitbake-selftest +++ b/bitbake/bin/bitbake-selftest | |||
@@ -39,6 +39,7 @@ else: | |||
39 | "bb.tests.cow", | 39 | "bb.tests.cow", |
40 | "bb.tests.data", | 40 | "bb.tests.data", |
41 | "bb.tests.fetch", | 41 | "bb.tests.fetch", |
42 | "bb.tests.parse", | ||
42 | "bb.tests.utils"] | 43 | "bb.tests.utils"] |
43 | 44 | ||
44 | for t in tests: | 45 | for t in tests: |