Files
mscp/test
Ryo Nakamura 07a6cbf039 chmod after truncate and setutimes on the remote side.
When the source file permission is r--r--r--, truncate and setutimes
AFTER chmod fail due to permission deined. So, do chmod after truncate
and setutimes.
2024-03-16 00:12:14 +09:00
..
2022-11-01 00:02:34 +09:00
2022-11-05 21:29:26 +09:00

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

  • Run pytest through ctest.
python3 -m pip install pytest numpy

cd build
cmake ..
ctest --verbose # or `make test ARGS='-V'`