aboutsummaryrefslogtreecommitdiff
path: root/CMakePresets.json
diff options
context:
space:
mode:
Diffstat (limited to 'CMakePresets.json')
-rw-r--r--CMakePresets.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/CMakePresets.json b/CMakePresets.json
index 0e5dd88c..0e70d1a9 100644
--- a/CMakePresets.json
+++ b/CMakePresets.json
@@ -47,7 +47,13 @@
"testPresets": [
{
"name": "bht-dbg",
- "configurePreset": "bht"
+ "configurePreset": "bht",
+ "output": {
+ "outputOnFailure": true
+ },
+ "execution": {
+ "jobs": 0
+ }
}
]
} \ No newline at end of file