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

193 B

This test assumes that the user executing the test can ssh to the localhost without password.

  • Run pytest through ctest.
cd build
cmake ..
make test # or make test ARGS='-V'