Skip to content

Commit

Permalink
recognize various test_* arg conventions (#1097)
Browse files Browse the repository at this point in the history
  • Loading branch information
sxlijin authored Mar 15, 2023
1 parent a6ca93f commit 4c7f586
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tables/tables.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ var IsLabelArg = map[string]bool{
"target_platforms": true,
"template": true,
"test": true,
"test_data": true,
"test_deps": true,
"test_srcs": true,
"tests": true,
"tests_deps": true,
"tool": true,
Expand Down Expand Up @@ -142,6 +145,10 @@ var IsSortableListArg = map[string]bool{
"swigdeps": true,
"swig_includes": true,
"tags": true,
"test_data": true,
"test_deps": true,
"test_srcs": true,
"test_tags": true,
"tests": true,
"tools": true,
"to_start_extensions": true,
Expand Down

0 comments on commit 4c7f586

Please sign in to comment.