Mentions légales du service

Skip to content
Snippets Groups Projects
Commit f8c53103 authored by POTTIER Francois's avatar POTTIER Francois
Browse files

README.

parent e2014396
No related branches found
No related tags found
No related merge requests found
......@@ -66,8 +66,14 @@ To retrieve and compile the source code, type:
make
```
To test the library using `afl-fuzz`, type:
To set up an `opam` switch that allows testing Sek, type this (only once):
```
make test
# This command runs forever; interrupt it with Ctrl+C when you wish
make -C fuzz setup
```
You must also install [AFL](https://github.com/google/AFL).
Then, to test the library using `afl-fuzz`, type:
```
make test
# This command runs forever; interrupt it with Ctrl+C when you wish
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment