Files
sourcekit-lsp/Sources/SKTestSupport/INPUTS/BuildServerBuildSystemTests.testServerInitialize/buildServer.json
Ben Langmuir 41cf3a3764 [test] Put shared test projects INPUTS into bundle resources
This avoids depending on the absolute path to the INPUTS and allows
looking it up at run time even if the tests have moved.
2020-10-01 15:19:21 -07:00

7 lines
131 B
JSON

{
"name": "client name",
"version": "10",
"bspVersion": "2.0",
"languages": ["a", "b"],
"argv": ["server.py"]
}