aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.vscode/launch.json4
-rw-r--r--.vscode/settings.json1
2 files changed, 2 insertions, 3 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 229422d..9da39f0 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -3,13 +3,13 @@
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
- "program": "./build/storm_test",
+ "program": "./build/StormLib_test",
"configurations": [
{
"name": "(gdb) Launch",
"type": "cppdbg",
"request": "launch",
- "program": "${workspaceFolder}/build/storm_test",
+ "program": "${workspaceFolder}/build/StormLib_test",
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
diff --git a/.vscode/settings.json b/.vscode/settings.json
index f4905d4..58b5100 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,5 +1,4 @@
{
- //test ok
"cmake.configureArgs": [
"-DCMAKE_BUILD_TYPE=Debug",
"-DSTORM_BUILD_TESTS=on",