Files
mscp/test
Ryo Nakamura 3f00bd2c7b test: set min_chunk_sz to 32768 on test_min_chunk
Page size of arm mac is 16384.
2023-03-22 18:00:52 +09:00
..
2022-11-01 00:02:34 +09:00
2022-11-05 21:29:26 +09:00
2023-03-15 22:20:00 +09:00
2023-03-15 23:23:14 +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'`