Skip to content

Commit

Permalink
feat(preset): Add clazy test preset
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonMatthesKDAB committed Jun 4, 2024
1 parent f35cc72 commit 0c64d53
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,12 @@
"configurePreset": "dev",
"output": {"outputOnFailure": true},
"execution": {"noTestsAction": "error", "stopOnFailure": false}
},
{
"name": "clazy",
"configurePreset": "clazy",
"output": {"outputOnFailure": true},
"execution": {"noTestsAction": "error", "stopOnFailure": false}
}
]
}

0 comments on commit 0c64d53

Please sign in to comment.