Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(preset): Add clazy test preset
Browse files Browse the repository at this point in the history
LeonMatthesKDAB committed Jun 4, 2024
1 parent f33778b commit 273cb8d
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
@@ -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 273cb8d

Please sign in to comment.