History log of /build/make/core/fuzz_test.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b6baba059b557a348aefdbffdef768158a1746f8 02-Sep-2016 Vishwath Mohan <vishwath@google.com> Create sub-directory for fuzzers under nativetest.

This CL changes BUILD_FUZZ_TEST to generate binaries in a
sub-directory called fuzzers/ under the nativetest directory. This
allows fuzzers to be distinguished from the other native tests and
makes it easier to perform automated fuzz-testing.

Bug: 25714111
Change-Id: I452e43f15728ec9168dd44776b6ffcea6037fa7f
/build/make/core/fuzz_test.mk
3bf15e71d3e9f7d3512f44063fc8cdccc06834ce 26-Jul-2016 Dan Willemsen <dwillemsen@google.com> Record module type statistics

Creates a build_system_stats.txt build artifact that contains statistics
on how many BUILD_* modules are defined in a build. Also writes out
information about the Soong module types sent from the Soong build.

Merged-In: Iaf0c7062f542dc6942b5349854f3d49267cac4a5
Change-Id: Iaf0c7062f542dc6942b5349854f3d49267cac4a5
/build/make/core/fuzz_test.mk
74b32b8dfcd5fdab7348d473635b056aea484add 18-Sep-2015 Ivan Krasin <krasin@google.com> Add support of SANITIZE_TARGET='address coverage' for fuzzing.

Also, add trace-cmp instrumentation to fuzz_test and host_fuzz_test.

Bug: 22850550
Change-Id: Ifff7b8be693ae991feb0a64e19439370a19b2748
/build/make/core/fuzz_test.mk
36b6f0472feb176aefff4ecba0a852755582fd43 31-Jul-2015 Dan Albert <danalbert@google.com> Add BUILD(_HOST)?_FUZZ_TEST.

These are tests that use LLVM's libFuzzer for testing with a
sanitizer.

Bug: http://b/22850550
Change-Id: I6eeaff7877b7dd0c30f8910c6f27f5278b27a83d
/build/make/core/fuzz_test.mk