diff options
author | van Hauser <vh@thc.org> | 2020-03-30 17:45:17 +0200 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2020-04-01 13:10:07 +0200 |
commit | 514036898fd4535c7f23fce2f7b368a84939d6a0 (patch) | |
tree | d1fbbcf19985a1dcd83630db862292e414debaac /README.md | |
parent | 19415f2554f010463cdbfb848a2b713fd325409a (diff) | |
download | afl++-514036898fd4535c7f23fce2f7b368a84939d6a0.tar.gz |
added unit target to make help and README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md index 827a7aec..e1ca5949 100644 --- a/README.md +++ b/README.md @@ -160,6 +160,7 @@ These build targets exist: * clean: cleans everything. for qemu_mode and unicorn_mode it means it deletes all downloads as well * code-format: format the code, do this before you commit and send a PR please! * tests: runs test cases to ensure that all features are still working as they should +* unit: perform unit tests (based on cmocka) * help: shows these build options [Unless you are on Mac OS X](https://developer.apple.com/library/archive/qa/qa1118/_index.html) you can also build statically linked versions of the |