Files
mscp/test/README.md
2022-11-01 00:34:40 +09:00

12 lines
193 B
Markdown

This test assumes that the user executing the test can ssh to the
localhost without password.
- Run pytest through ctest.
```console
cd build
cmake ..
make test # or make test ARGS='-V'
```