summaryrefslogtreecommitdiffstats
path: root/bitbake/bin/bitbake-selftest
diff options
context:
space:
mode:
authorChris Laplante <chris.laplante@agilent.com>2020-07-31 11:42:49 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-08-08 09:19:34 +0100
commit1752a4766443388a8cf372d2c5eddfe2ef1fe899 (patch)
treea3393b9e16722c2eb5e5ac4521bd1c5e6815ed38 /bitbake/bin/bitbake-selftest
parent5a80602564539cf0fdbabde8095969efa6077045 (diff)
downloadpoky-1752a4766443388a8cf372d2c5eddfe2ef1fe899.tar.gz
bitbake: tests/color: add test suite for ANSI color code filtering
Includes tests for bb.progress integration. (Bitbake rev: c472a8da521cc7f1d61ac2f28596167d47ab8a5a) Signed-off-by: Chris Laplante <chris.laplante@agilent.com> 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 041a2719f0..e84d6a559f 100755
--- a/bitbake/bin/bitbake-selftest
+++ b/bitbake/bin/bitbake-selftest
@@ -18,6 +18,7 @@ except RuntimeError as exc:
18 sys.exit(str(exc)) 18 sys.exit(str(exc))
19 19
20tests = ["bb.tests.codeparser", 20tests = ["bb.tests.codeparser",
21 "bb.tests.color",
21 "bb.tests.cooker", 22 "bb.tests.cooker",
22 "bb.tests.cow", 23 "bb.tests.cow",
23 "bb.tests.data", 24 "bb.tests.data",