gecko-dev/mozglue/tests/gtest/moz.build
Carl Corcoran 7db61ed776 Bug 1473103: Add unit tests for DLL blocklist integrity; r=aklotz
Differential Revision: https://phabricator.services.mozilla.com/D2219

--HG--
extra : moz-landing-system : lando
2018-09-10 22:01:10 +00:00

23 lines
509 B
Plaintext

# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
if CONFIG['NIGHTLY_BUILD']:
SOURCES += [
'TestDLLEject.cpp',
]
SOURCES += [
'TestDLLBlocklist.cpp',
]
FINAL_LIBRARY = 'xul-gtest'
TEST_DIRS += [
'Injector',
'InjectorDLL',
'TestDllBlocklist_AllowByVersion',
'TestDllBlocklist_MatchByName',
'TestDllBlocklist_MatchByVersion',
]