Add tests for Server (#34)
This commit is contained in:
13
.vscode/launch.json
vendored
13
.vscode/launch.json
vendored
@@ -24,11 +24,22 @@
|
||||
],
|
||||
"preLaunchTask": "Build Release"
|
||||
},
|
||||
{
|
||||
"type": "lldb",
|
||||
"request": "launch",
|
||||
"name": "Integration Test",
|
||||
"program": "${workspaceFolder}/build/bin/integration_tests",
|
||||
"args": [
|
||||
"--execute=${workspaceFolder}/build/bin/clice",
|
||||
"--source=${workspaceFolder}/tests",
|
||||
],
|
||||
"preLaunchTask": "Build Dev"
|
||||
},
|
||||
{
|
||||
"type": "lldb",
|
||||
"request": "launch",
|
||||
"name": "Test",
|
||||
"program": "${workspaceFolder}/build/bin/clice-tests",
|
||||
"program": "${workspaceFolder}/build/bin/unit_tests",
|
||||
"args": [
|
||||
"--test-dir=${workspaceFolder}/tests",
|
||||
"--gtest_filter=${input:filter}"
|
||||
|
||||
Reference in New Issue
Block a user