about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDominik Maier <domenukk@gmail.com>2020-03-30 18:22:43 +0200
committerDominik Maier <domenukk@gmail.com>2020-03-30 18:22:43 +0200
commit5ef8e3cf29e497c4bade7b78fb68a07c9f33d68f (patch)
treed1fbbcf19985a1dcd83630db862292e414debaac
parent6544014ced58c3d13123e693d644cf6b86b378ee (diff)
parentcaebc9347fefc454316a66f18096c63f7ce3a17a (diff)
downloadafl++-5ef8e3cf29e497c4bade7b78fb68a07c9f33d68f.tar.gz
Merge branch 'dev' of github.com:aflplusplus/aflplusplus into dev
-rw-r--r--Makefile1
-rw-r--r--README.md1
2 files changed, 2 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 "=========================================="
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