summaryrefslogtreecommitdiff
path: root/util/twister_tags.py
diff options
context:
space:
mode:
Diffstat (limited to 'util/twister_tags.py')
-rwxr-xr-xutil/twister_tags.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/twister_tags.py b/util/twister_tags.py
index 692fdc1e99..68ac5846bd 100755
--- a/util/twister_tags.py
+++ b/util/twister_tags.py
@@ -29,6 +29,7 @@ TAG_TO_DESCRIPTION = {
"mkbp": "Testing the MKBP (Matrix Keyboard Protocol) stack",
"system": "Directly test functions in common/system.c or shim/src/system.c",
"spi": "SPI related tests",
+ "uart": "UART related tests",
}
SCRIPT_PATH = os.path.realpath(__file__)