From 7c1d7cde16badc9560400f770f6de5123511c95c Mon Sep 17 00:00:00 2001 From: "sspitzer%netscape.com" Date: Tue, 6 Apr 1999 06:47:47 +0000 Subject: [PATCH] build the tests by default --- mailnews/news/Makefile.in | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/mailnews/news/Makefile.in b/mailnews/news/Makefile.in index d5a1de4e4088..9a375e155e9f 100644 --- a/mailnews/news/Makefile.in +++ b/mailnews/news/Makefile.in @@ -22,11 +22,7 @@ srcdir = @srcdir@ include $(DEPTH)/config/autoconf.mk -DIRS = public src build - -ifdef ENABLE_TESTS -DIRS += tests -endif +DIRS = public src build tests include $(topsrcdir)/config/config.mk