Bug 1475210 - Do not generate rules to install test-specific libraries during artifact builds. r=gps

MozReview-Commit-ID: B25vvkhBUo2

--HG--
extra : rebase_source : bd5f4a07490d4165234c396337d7d92123dd14be
This commit is contained in:
Chris Manchester 2018-07-12 12:37:46 -07:00
parent 441af12cbe
commit ae2d841079
2 changed files with 4 additions and 2 deletions

View File

@ -6,4 +6,5 @@ DIST_INSTALL = False
SimplePrograms(['Injector'])
TEST_HARNESS_FILES.gtest += ['!Injector.exe']
if CONFIG['COMPILE_ENVIRONMENT']:
TEST_HARNESS_FILES.gtest += ['!Injector.exe']

View File

@ -11,4 +11,5 @@ UNIFIED_SOURCES = [
'InjectorDLL.cpp',
]
TEST_HARNESS_FILES.gtest += ['!InjectorDLL.dll']
if CONFIG['COMPILE_ENVIRONMENT']:
TEST_HARNESS_FILES.gtest += ['!InjectorDLL.dll']