From 7fe234e89e3b12291ce02cd2698f79e2d42e283c Mon Sep 17 00:00:00 2001 From: Justin Wood Date: Mon, 27 Sep 2010 02:16:39 -0400 Subject: [PATCH] Revert Bug 599653 and Bug 599693, due to odd red I don't have the time to investigate. --- Makefile.in | 8 ++++---- mailnews/Makefile.in | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile.in b/Makefile.in index f14dafb006..075073f5f7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -76,10 +76,10 @@ default export libs clean realclean distclean alldep maybe_clobber_profiledbuild $(MAKE) -C mozilla $@ ifdef ENABLE_TESTS -check mochitest reftest crashtest xpcshell-tests:: - $(MAKE) -C mozilla $@ - -mochitest-% :: +check \ +mochitest mochitest-plain mochitest-chrome mochitest-browser-chrome mochitest-a11y \ +reftest crashtest \ +xpcshell-tests:: $(MAKE) -C mozilla $@ endif diff --git a/mailnews/Makefile.in b/mailnews/Makefile.in index fd7a5868c0..0973b08f05 100644 --- a/mailnews/Makefile.in +++ b/mailnews/Makefile.in @@ -96,7 +96,7 @@ libs:: # list is kept in the same order as the effective DIRS just so things turn up # in the same order as the build. -TEST_DIRS = base $(PARALLEL_DIRS) extensions/bayesian-spam-filter extensions/mdn +TEST_DIRS = base $(PARALLEL_DIRS) extensions/bayesian-spam-filter xpcshell-tests:: for dir in $(TEST_DIRS); do \