diff options
author | Tristan Gingold <tgingold@free.fr> | 2022-06-26 06:48:45 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2022-06-26 06:48:45 +0200 |
commit | 3c6568ef196a3592283792abbf2c485329bb1d30 (patch) | |
tree | 870b6c5b2c30df18bb10f051087284aa3406e358 /testsuite/pyunit | |
parent | ff90d0d0a59fd84d310c61d25fead5ff94c8aed7 (diff) | |
download | ghdl-3c6568ef196a3592283792abbf2c485329bb1d30.tar.gz ghdl-3c6568ef196a3592283792abbf2c485329bb1d30.tar.bz2 ghdl-3c6568ef196a3592283792abbf2c485329bb1d30.zip |
testsuite/pyunit/lsp: adjust README
Diffstat (limited to 'testsuite/pyunit')
-rw-r--r-- | testsuite/pyunit/lsp/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/pyunit/lsp/README b/testsuite/pyunit/lsp/README index 054a6630f..ec8f614e2 100644 --- a/testsuite/pyunit/lsp/README +++ b/testsuite/pyunit/lsp/README @@ -33,12 +33,12 @@ Transforms those files in json (which are easier to read and to process): > python3 -m pyGHDL.lsp.lsptools lsp2json < xxx/ghdl-ls.out > replies.json Substitute the root directory with `@ROOT@` (for privacy and relocation): +(The root directory is the parent directory of the test, so it is + xxx/ghdl/testsuite/pyunit/lsp) > sed -i -e 's!/home/me/test!@ROOT@' cmds.json > sed -i -e 's!/home/me/test!@ROOT@' replies.json -Attention: the uri must ends with a `/` (you will be notified if not) - Add a test in LanguageServer.py (use existing tests as a template) Adjust or improve this file. |