Bug 1790555 - Add missing fuzzing instrumentation. r=truber

Differential Revision: https://phabricator.services.mozilla.com/D157188
This commit is contained in:
Christian Holler 2022-09-14 15:52:20 +00:00
parent fd5c1c888d
commit 0ecbfcaa6a
2 changed files with 4 additions and 0 deletions

View File

@ -126,3 +126,5 @@ LOCAL_INCLUDES += [
]
EXTRA_JS_MODULES += ["URIFixup.jsm"]
include("/tools/fuzzing/libfuzzer-config.mozbuild")

View File

@ -66,3 +66,5 @@ REQUIRES_UNIFIED_BUILD = True
# Must be defined unconditionally (TC tasks doesn't account for build
# configs and these tests do not depend on the bindings to be enabled).
PYTHON_UNITTEST_MANIFESTS += ["test/python.ini"]
include("/tools/fuzzing/libfuzzer-config.mozbuild")