Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed unit tests compilation
  • Loading branch information
tmeshkova committed Sep 24, 2014
1 parent b8f0774 commit 3db8ee7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions embedding/embedlite/tests/moz.build
Expand Up @@ -3,10 +3,10 @@
# 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/.

SOURCES += [
'embedLiteCoreInitTest.cpp',
'embedLiteViewInitTest.cpp',
]
SimplePrograms([
'embedLiteCoreInitTest',
'embedLiteViewInitTest',
])

DEFINES['XPCOM_GLUE'] = True

Expand Down

0 comments on commit 3db8ee7

Please sign in to comment.