aboutsummaryrefslogtreecommitdiff
path: root/CMakePresets.json
diff options
context:
space:
mode:
Diffstat (limited to 'CMakePresets.json')
-rw-r--r--CMakePresets.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/CMakePresets.json b/CMakePresets.json
index 8910b5f..3445119 100644
--- a/CMakePresets.json
+++ b/CMakePresets.json
@@ -14,6 +14,7 @@
},
{
"name": "x86_64",
+ "description": "Target x86-64",
"inherits": "base",
"toolchainFile": "cmake/Platforms/x86_64.cmake"
},
@@ -39,5 +40,11 @@
"configurePreset": "bht",
"configuration": "Debug"
}
+ ],
+ "testPresets": [
+ {
+ "name": "bht-dbg",
+ "configurePreset": "bht"
+ }
]
-}
+} \ No newline at end of file