aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/pyunit
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/pyunit')
-rw-r--r--testsuite/pyunit/lsp/README4
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.