From e704b71dfef8f0f9074f1f878a8b9a4637d966ef Mon Sep 17 00:00:00 2001 From: Ed Morley Date: Wed, 30 Nov 2011 18:37:57 +0000 Subject: [PATCH] Bug 703898 - Remove unnecessary platform conditional from build/unix/Makefile.in; r=ted --- build/unix/Makefile.in | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/build/unix/Makefile.in b/build/unix/Makefile.in index 4b55a527a94..5c2dd565a9e 100644 --- a/build/unix/Makefile.in +++ b/build/unix/Makefile.in @@ -51,11 +51,7 @@ ifdef USE_ELF_HACK DIRS = elfhack endif -ifdef ENABLE_TESTS - ifeq (,$(filter WINNT OS2,$(OS_ARCH))) - DIRS += test - endif # WIN -endif # ENABLE_TESTS +TEST_DIRS = test include $(topsrcdir)/config/rules.mk