about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-03-30 17:45:17 +0200
committervan Hauser <vh@thc.org>2020-03-30 17:45:17 +0200
commitcaebc9347fefc454316a66f18096c63f7ce3a17a (patch)
treef41d6ec561f4a018dab776a2537f5aad7e6a3401 /Makefile
parent6bdd7a16098051105fb574b8fd372da6e8eb5525 (diff)
downloadafl++-caebc9347fefc454316a66f18096c63f7ce3a17a.tar.gz
added unit target to make help and README
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2e4a6570..f10aadc9 100644
--- a/Makefile
+++ b/Makefile
@@ -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 "=========================================="