Bug 593855 - Part 5, remove MODULES from makefiles that don't need it. r=KaiRo
(Port |Bug 586754 Xpcshell tests should use relativesrcdir instead of $MODULE| to comm-central)
This commit is contained in:
Родитель
5b641948aa
Коммит
1e9b35842b
|
@ -45,8 +45,6 @@ relativesrcdir = calendar/test
|
|||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = test_calendar
|
||||
|
||||
XPCSHELL_TESTS = unit
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
|
@ -44,9 +44,6 @@ relativesrcdir = directory/xpcom/tests
|
|||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
# Module name for xpcshell tests.
|
||||
MODULE = test_ldapxpcom
|
||||
|
||||
XPCSHELL_TESTS = unit
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
|
@ -44,9 +44,6 @@ relativesrcdir = mail/base/test
|
|||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
# Module name for xpcshell tests.
|
||||
MODULE = test_mailbase
|
||||
|
||||
XPCSHELL_TESTS = unit
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
|
@ -44,7 +44,6 @@ relativesrcdir = mail/steel
|
|||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = steel
|
||||
XPIDL_MODULE = steel
|
||||
|
||||
XPIDLSRCS = steelIApplication.idl
|
||||
|
|
|
@ -44,9 +44,6 @@ relativesrcdir = mailnews/addrbook/test
|
|||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
# Module name for xpcshell tests.
|
||||
MODULE = test_addbook
|
||||
|
||||
XPCSHELL_TESTS = unit
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
|
@ -45,9 +45,6 @@ relativesrcdir = mailnews/base/test
|
|||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
# Module name for xpcshell tests.
|
||||
MODULE = test_mailnewsbase
|
||||
|
||||
ifndef MOZ_INCOMPLETE_EXTERNAL_LINKAGE
|
||||
MOZILLA_INTERNAL_API = 1
|
||||
endif
|
||||
|
|
|
@ -44,9 +44,6 @@ relativesrcdir = mailnews/compose/test
|
|||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
# Module name for xpcshell tests.
|
||||
MODULE = test_compose
|
||||
|
||||
XPCSHELL_TESTS = unit
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
|
@ -44,9 +44,6 @@ relativesrcdir = mailnews/db/gloda/test
|
|||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
# Module name for xpcshell tests.
|
||||
MODULE = test_mailnewsglobaldb
|
||||
|
||||
XPCSHELL_TESTS = unit
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
|
@ -44,9 +44,6 @@ relativesrcdir = mailnews/db/msgdb/test
|
|||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
# Module name for xpcshell tests.
|
||||
MODULE = test_mailnewsdb
|
||||
|
||||
XPCSHELL_TESTS = unit
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
|
@ -42,9 +42,6 @@ relativesrcdir = mailnews/extensions/bayesian-spam-filter/test
|
|||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
# Module name for xpcshell tests.
|
||||
MODULE = test_bayes
|
||||
|
||||
XPCSHELL_TESTS = unit
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
|
@ -42,9 +42,6 @@ relativesrcdir = mailnews/extensions/mdn/test
|
|||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
# Module name for xpcshell tests.
|
||||
MODULE = test_mdn
|
||||
|
||||
XPCSHELL_TESTS = unit
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
|
@ -45,14 +45,10 @@ relativesrcdir = mailnews/imap/test
|
|||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
# Module name for xpcshell tests.
|
||||
MODULE = test_imap
|
||||
|
||||
ifndef MOZ_INCOMPLETE_EXTERNAL_LINKAGE
|
||||
MOZILLA_INTERNAL_API = 1
|
||||
endif
|
||||
|
||||
|
||||
CPP_UNIT_TESTS = \
|
||||
TestImapHdrXferInfo.cpp \
|
||||
TestImapFlagAndUidState.cpp \
|
||||
|
|
|
@ -44,9 +44,6 @@ relativesrcdir = mailnews/import/test
|
|||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
# Module name for xpcshell tests.
|
||||
MODULE = test_import
|
||||
|
||||
XPCSHELL_TESTS = unit
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
|
@ -44,9 +44,6 @@ relativesrcdir = mailnews/local/test
|
|||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
# Module name for xpcshell tests.
|
||||
MODULE = test_mailnewslocal
|
||||
|
||||
XPCSHELL_TESTS = unit
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
|
@ -44,9 +44,6 @@ relativesrcdir = mailnews/mime/test
|
|||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
# Module name for xpcshell tests.
|
||||
MODULE = test_mime
|
||||
|
||||
XPCSHELL_TESTS = unit
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
|
@ -44,9 +44,6 @@ relativesrcdir = mailnews/news/test
|
|||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
# Module name for xpcshell tests.
|
||||
MODULE = test_news
|
||||
|
||||
XPCSHELL_TESTS = unit
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
|
@ -45,7 +45,6 @@ relativesrcdir = suite/common/places/tests
|
|||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = test_suite_places
|
||||
XPCSHELL_TESTS = unit
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
Загрузка…
Ссылка в новой задаче