mirror of
https://github.com/upa/mscp.git
synced 2026-02-04 03:24:58 +08:00
musllibc does not implement GLOB_ALTDIRFUNC, so do not call glob for remote sides when libc is musl. test_e2e.py skips test_glob_src_path when running on alpine.
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'`