update README for test

This commit is contained in:
Ryo Nakamura
2022-11-05 21:29:26 +09:00
parent fc56c53d04
commit 6f7f564315

View File

@@ -5,7 +5,9 @@ localhost without password.
- Run pytest through ctest.
```console
python3 -m pip install pytest numpy
cd build
cmake ..
make test # or make test ARGS='-V'
ctest --verbose # or `make test ARGS='-V'`
```