mirror of
https://github.com/upa/mscp.git
synced 2026-02-15 09:44:43 +08:00
12 lines
193 B
Markdown
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'
|
|
```
|