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 /Makefile | |
| parent | 19415f2554f010463cdbfb848a2b713fd325409a (diff) | |
| download | afl++-514036898fd4535c7f23fce2f7b368a84939d6a0.tar.gz | |
added unit target to make help and README
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -206,6 +206,7 @@ help: @echo "clean: cleans everything. for qemu_mode it means it deletes all downloads as well" @echo "code-format: format the code, do this before you commit and send a PR please!" @echo "tests: this runs the test framework. It is more catered for the developers, but if you run into problems this helps pinpointing the problem" + @echo "unit: perform unit tests (based on cmocka)" @echo "document: creates afl-fuzz-document which will only do one run and save all manipulated inputs into out/queue/mutations" @echo "help: shows these build options :-)" @echo "==========================================" |
