Bug 1664519 - move media/webrtc/signaling/fuzztest to dom/media/webrtc/tests/fuzztests. r=ng

Differential Revision: https://phabricator.services.mozilla.com/D90127
This commit is contained in:
Michael Froman 2020-09-14 18:47:36 +00:00
parent 24042ff483
commit 01b4f3072c
4 changed files with 6 additions and 6 deletions

View File

@ -75,6 +75,12 @@ if CONFIG['FUZZING_INTERFACES']:
'fuzz'
]
if CONFIG['MOZ_WEBRTC_SIGNALING']:
if CONFIG['FUZZING_INTERFACES']:
TEST_DIRS += [
'webrtc/tests/fuzztests'
]
MOCHITEST_MANIFESTS += [
'test/mochitest.ini',
'tests/mochitest/identity/mochitest.ini',

View File

@ -109,9 +109,3 @@ if CONFIG['MOZ_WEBRTC_SIGNALING']:
'signaling/gtest',
]
# Add libFuzzer configuration directives
include('/tools/fuzzing/libfuzzer-config.mozbuild')
if CONFIG['FUZZING_INTERFACES']:
TEST_DIRS += [
'signaling/fuzztest'
]