mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
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:
parent
24042ff483
commit
01b4f3072c
@ -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',
|
||||
|
@ -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'
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user