diff options
Diffstat (limited to 'tests/README.md')
-rw-r--r-- | tests/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/README.md b/tests/README.md index 0d2180d67..216f2b63e 100644 --- a/tests/README.md +++ b/tests/README.md @@ -104,6 +104,12 @@ ctest To run the same tests on a release build, replace `debug` with `release`. +To run specific hash test, you can use `ctest` `-R` parameter. For exmaple to run only `blake2b` hash tests: + +``` +ctest -R hash-blake2b +``` + # Libwallet API tests [TODO] @@ -151,3 +157,4 @@ When writing new tests, please implement all functions in `.cpp` or `.c` files, ## Writing fuzz tests [TODO] +hash |