Skip to content

Commit 360ab00

Browse files
committed
[lldb] Add instrumentation runtime category
1 parent e465dda commit 360ab00

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

lldb/packages/Python/lldbsuite/test/test_categories.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
'expression': 'Tests related to the expression parser',
3131
'flakey': 'Flakey test cases, i.e. tests that do not reliably pass at each execution',
3232
'gmodules': 'Tests that can be run with -gmodules debug information',
33+
'instrumentation-runtime': 'Tests for the instrumentation runtime plugins',
3334
'libc++': 'Test for libc++ data formatters',
3435
'libstdcxx': 'Test for libstdcxx data formatters',
3536
'lldb-server': 'Tests related to lldb-server',
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
instrumentation-runtime
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
instrumentation-runtime
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
instrumentation-runtime
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
instrumentation-runtime

0 commit comments

Comments
 (0)