diff options
author | Linus Nordberg <linus@nordu.net> | 2015-08-03 16:39:44 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2015-08-03 16:39:44 +0200 |
commit | ebca07015570694e55c18ff323075d8d5a809a35 (patch) | |
tree | 4177154ddf689dbece0291860e8cb5ed45b8a3c4 | |
parent | 6d028f7f9d596dc4d7011a9c6e427379d4f59c49 (diff) |
Add info about 'make check'.
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -49,6 +49,10 @@ To submit a test cert and verify the resulting SCT: $ (cd catlfish; ../tools/submitcert.py --parallel=1 --store ../tools/testcerts/pre2.txt --check-sct --sct-file=submittedcerts https://localhost:8080/ --publickey=tests/keys/logkey.pem) +# Unit tests + + $ make check + # Logs and traces Logs can be found in catlfish/log/. |