diff options
author | Ryo Nakamura <upa@haeena.net> | 2022-11-05 21:29:26 +0900 |
---|---|---|
committer | Ryo Nakamura <upa@haeena.net> | 2022-11-05 21:29:26 +0900 |
commit | 6f7f564315e4273a2aed52947bf6112b4f27bdad (patch) | |
tree | 77d9cdad3335b2f801e9d05f1a828e1e1f6f4ea2 /test | |
parent | fc56c53d04d7e499a91d0526842a6072477ddb96 (diff) |
update README for test
Diffstat (limited to 'test')
-rw-r--r-- | test/README.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/README.md b/test/README.md index fc181b6..4950292 100644 --- a/test/README.md +++ b/test/README.md @@ -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'` ``` |