Bug 929896 - Make GTEST_CPP_SOURCES a StrictOrderingOnAppendList. r=mshal

This commit is contained in:
Mike Hommey 2013-10-24 07:59:50 +09:00
parent 887442dcb0
commit 7a1fa04185
2 changed files with 9 additions and 9 deletions

View File

@ -9,19 +9,19 @@ MODULE = 'gfxtest'
LIBRARY_NAME = 'gfxtest'
GTEST_CPP_SOURCES += [
'TestAsyncPanZoomController.cpp',
'TestBufferRotation.cpp',
'TestColorNames.cpp',
'TestLayers.cpp',
'TestRegion.cpp',
'TestTextures.cpp',
'TestTiledLayerBuffer.cpp',
# Hangs on linux in ApplyGdkScreenFontOptions
#'gfxFontSelectionTest.cpp',
'gfxSurfaceRefCountTest.cpp',
# Test works but it doesn't assert anything
#'gfxTextRunPerfTest.cpp',
'gfxWordCacheTest.cpp',
'TestAsyncPanZoomController.cpp',
'TestLayers.cpp',
'TestTiledLayerBuffer.cpp',
'TestRegion.cpp',
'TestColorNames.cpp',
'TestTextures.cpp',
'TestBufferRotation.cpp',
]
# Because of gkmedia on windows we wont find these
@ -30,8 +30,8 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] != 'windows':
GTEST_CPP_SOURCES += [
'TestBase.cpp',
'TestMoz2D.cpp',
'TestRect.cpp',
'TestPoint.cpp',
'TestRect.cpp',
'TestScaling.cpp',
]

View File

@ -198,7 +198,7 @@ VARIABLES = {
to compile.
""", 'compile'),
'GTEST_CPP_SOURCES': (list, list, [],
'GTEST_CPP_SOURCES': (StrictOrderingOnAppendList, list, [],
"""C++ source files for GTest unit tests.
This is a list of C++ GTest unit test sources. Entries must be files