summaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorMartin Kühl <martin.kuehl@posteo.net>2021-10-28 10:25:09 +0200
committerMartin Kühl <martin.kuehl@posteo.net>2021-10-28 10:25:09 +0200
commitf66e7f36ffba13e5eac5bac965f128c39642c174 (patch)
treecb695f2a0a4cdff3019cbcb0bae76b95eb3d126b /.vscode
parent9b04a3076d419279ac43f165be89a9893f9f0670 (diff)
downloadlibgit2-f66e7f36ffba13e5eac5bac965f128c39642c174.tar.gz
libgit2_clar is now libgit2_tests
in #6083 the test runner was renamed to libgit2_tests, but not all references to the old name were updated. this change changes all of them to use the new name.
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/launch.json4
-rw-r--r--.vscode/tasks.json4
2 files changed, 4 insertions, 4 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index d47d93aab..62d4ec949 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -8,7 +8,7 @@
"name": "(gdb) Launch",
"type": "cppdbg",
"request": "launch",
- "program": "${workspaceFolder}/build/libgit2_clar",
+ "program": "${workspaceFolder}/build/libgit2_tests",
"args": [],
"stopAtEntry": false,
"cwd": "${fileDirname}",
@@ -24,4 +24,4 @@
]
}
]
-} \ No newline at end of file
+}
diff --git a/.vscode/tasks.json b/.vscode/tasks.json
index 64142d341..24b4d745b 100644
--- a/.vscode/tasks.json
+++ b/.vscode/tasks.json
@@ -16,7 +16,7 @@
{
"label": "Run Tests",
"type": "shell",
- "command": "build/libgit2_clar -v",
+ "command": "build/libgit2_tests -v",
"group": "test",
"presentation": {
"reveal": "always",
@@ -24,4 +24,4 @@
}
}
]
- } \ No newline at end of file
+ }