Skip to content

Commit

Permalink
Fixed tests after landing bug 1077148
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeshkova committed Nov 9, 2014
1 parent a15fcd3 commit df6a98e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion embedding/embedlite/tests/gtest/moz.build
Expand Up @@ -14,6 +14,6 @@ LOCAL_INCLUDES = [
'../..',
]

LIBRARY_NAME = 'embedlitetest'
Library('embedlitetest')

FINAL_LIBRARY = 'xul-gtest'
6 changes: 2 additions & 4 deletions embedding/embedlite/tests/moz.build
Expand Up @@ -5,18 +5,16 @@

DIRS += ['shared']

SimplePrograms([
GeckoSimplePrograms([
'embedLiteCoreInitTest',
'embedLiteViewInitTest',
])
], linkage='standalone')

DEFINES['XPCOM_GLUE'] = True

DISABLE_STL_WRAPPING = True

USE_LIBS += [
'qmessagepump',
'xpcomglue',
]

OS_LIBS += CONFIG['TK_LIBS']
Expand Down

0 comments on commit df6a98e

Please sign in to comment.