aboutsummaryrefslogtreecommitdiffstats
path: root/bin
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-07 21:23:04 +0100
commitc472a8da521cc7f1d61ac2f28596167d47ab8a5a (patch)
treed337716f44497bfc58dca3f4f3f4af2c1ad53109 /bin
parent889a873d71a6543efb71a0eb4ea6632c9f17175d (diff)
downloadbitbake-c472a8da521cc7f1d61ac2f28596167d47ab8a5a.tar.gz
tests/color: add test suite for ANSI color code filtering
Includes tests for bb.progress integration. Signed-off-by: Chris Laplante <chris.laplante@agilent.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/bitbake-selftest1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/bitbake-selftest b/bin/bitbake-selftest
index 041a2719f..e84d6a559 100755
--- a/bin/bitbake-selftest
+++ b/bin/bitbake-selftest
@@ -18,6 +18,7 @@ except RuntimeError as exc:
sys.exit(str(exc))
tests = ["bb.tests.codeparser",
+ "bb.tests.color",
"bb.tests.cooker",
"bb.tests.cow",
"bb.tests.data",