Bug 946732 - Reinstate xpcom/glue gtests r=BenWa

This commit is contained in:
Jon Coppeard 2013-12-05 16:48:48 +00:00
parent 2964be3283
commit 1347c72bec
3 changed files with 4 additions and 1 deletions

View File

@ -433,6 +433,7 @@ COMPONENT_LIBS += \
gtest \
gfxtest \
ssltest \
xpcom_glue_gtest \
$(NULL)
endif

View File

@ -108,3 +108,6 @@ if CONFIG['_MSC_VER']:
if CONFIG['TARGET_XPCOM_ABI']:
DEFINES['TARGET_XPCOM_ABI'] = '"%s"' % CONFIG['TARGET_XPCOM_ABI']
if CONFIG['ENABLE_TESTS']:
DIRS += ['tests/gtest']

View File

@ -12,7 +12,6 @@
#include <fcntl.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include "FileUtils.h"