Bug 1117211 - Move the XPCOM gtests temporarily placed in xpcom/glue/tests/gtest into xpcom/test/gtest now that it exists; r=froydnj

This commit is contained in:
Ehsan Akhgari 2015-01-02 16:55:27 -05:00
parent 9aa1366870
commit d64094e4cb
6 changed files with 4 additions and 4 deletions

View File

@ -6,12 +6,8 @@
UNIFIED_SOURCES += [
'TestArray.cpp',
'TestCRT.cpp',
'TestEncoding.cpp',
'TestExpirationTracker.cpp',
'TestFileUtils.cpp',
'TestGCPostBarriers.cpp',
'TestStrings.cpp',
]
LOCAL_INCLUDES = [

View File

@ -5,7 +5,11 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
UNIFIED_SOURCES += [
'TestCRT.cpp',
'TestEncoding.cpp',
'TestExpirationTracker.cpp',
'TestSnappyStreams.cpp',
'TestStrings.cpp',
]
FINAL_LIBRARY = 'xul-gtest'