Bug 901568 - Move CPP_UNIT_TESTS to moz.build, r=Standard8.

--HG--
extra : rebase_source : 74c5f89e214db6817ca374d6a757a4db685f9b32
This commit is contained in:
Joshua Cranmer 2013-08-12 07:55:34 -05:00
Родитель ed6a0ebc6f
Коммит 6eafe79b0d
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -13,10 +13,6 @@ include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/config.mk
CPP_UNIT_TESTS = \
TestMailCookie.cpp \
$(NULL)
include $(topsrcdir)/config/rules.mk
LOCAL_INCLUDES = \

Просмотреть файл

@ -5,3 +5,7 @@
XPCSHELL_TESTS_MANIFESTS += ['unit/xpcshell.ini']
CPP_UNIT_TESTS += [
'TestMailCookie.cpp',
]