summaryrefslogtreecommitdiffstats
path: root/bitbake/bin/bitbake-selftest
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2015-05-14 17:58:12 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-05-15 17:45:00 +0100
commit2a56445b9bb46357187425def7adc9ddc240b60a (patch)
tree9c95be24d2178c689ef57ed7538665542f235e10 /bitbake/bin/bitbake-selftest
parentfd731142e9e6d31c6735228c67ae0e87b6d4d239 (diff)
downloadpoky-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>
Diffstat (limited to 'bitbake/bin/bitbake-selftest')
-rwxr-xr-xbitbake/bin/bitbake-selftest1
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
44for t in tests: 45for t in tests: