Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
opendht
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
opendht
Commits
9fcaca92
Commit
9fcaca92
authored
3 years ago
by
Adrien Béraud
Browse files
Options
Downloads
Patches
Plain Diff
build/dev: add tests to vscode tasks
parent
1bc65bc5
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.vscode/launch.json
+17
-0
17 additions, 0 deletions
.vscode/launch.json
.vscode/tasks.json
+1
-0
1 addition, 0 deletions
.vscode/tasks.json
with
18 additions
and
0 deletions
.vscode/launch.json
+
17
−
0
View file @
9fcaca92
...
...
@@ -18,6 +18,23 @@
}
],
"preLaunchTask"
:
"build"
},
{
"name"
:
"tests"
,
"type"
:
"cppdbg"
,
"request"
:
"launch"
,
"program"
:
"${workspaceFolder}/build/opendht_unit_tests"
,
"cwd"
:
"${workspaceFolder}/build"
,
"environment"
:
[],
"MIMode"
:
"gdb"
,
"setupCommands"
:
[
{
"description"
:
"Enable pretty-printing for gdb"
,
"text"
:
"-enable-pretty-printing"
,
"ignoreFailures"
:
true
}
],
"preLaunchTask"
:
"build"
}
]
}
This diff is collapsed.
Click to expand it.
.vscode/tasks.json
+
1
−
0
View file @
9fcaca92
...
...
@@ -23,6 +23,7 @@
"-DCMAKE_BUILD_TYPE=Debug"
,
"-DOPENDHT_PROXY_CLIENT=On"
,
"-DOPENDHT_PROXY_SERVER=On"
,
"-DOPENDHT_TESTS=On"
,
"-DOPENDHT_C=On"
],
"dependsOn"
:
"builddir"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment