Having troubles on developing and debuging #741
-
Hi there!
Thx in advance for your reply |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
Hi @ZjuYTW, Thanks for taking a try on vineyard!
Which vscode plugin you are working with?
The test is not executed by I will add a doc section about how to run the tests later. |
Beta Was this translation helpful? Give feedback.
-
@sighingnow I have encountered a new problem when I was running
Seems the program can't find the And I run on master, my OS is Ubuntu 20.04 |
Beta Was this translation helpful? Give feedback.
-
I have opened an issue to track the problem: #795 |
Beta Was this translation helpful? Give feedback.
Hi @ZjuYTW,
Thanks for taking a try on vineyard!
Which vscode plugin you are working with?
The test is not executed by
make test
. Instead, we have a script (./test/runner.py) to setup the required environment for testing. You could find some usage from https://github.com/v6d-io/v6d/blob/main/.github/workflows/build-test.yml#L297.I will add a doc section about how to run the tests later.