functionnal test: initial commit for tests
[src/xds/xds-server.git] / .vscode / launch.json
index 7c3d99c..c12c80c 100644 (file)
             "args": ["-log", "debug"],
             "showLog": false
         },
+        {
+            "name": "XDS-Server-Test",
+            "type": "go",
+            "request": "launch",
+            "mode": "test",
+            "program": "${workspaceRoot}/test",
+            "env": {
+                "GOPATH": "${workspaceRoot}/../../../../../..:${env:GOPATH}",
+            },
+            "args": ["-test.v", "-test.run", ".*"],
+            "showLog": false
+        },
         {
             "name": "XDS-Server local dev",
             "type": "go",