From ffc6d544d8a96ffc7af5ad552e482276e9509da0 Mon Sep 17 00:00:00 2001 From: "davel%mozilla.com" Date: Thu, 19 Oct 2006 19:58:12 +0000 Subject: [PATCH] b=344591 enable reftest for builds where --enable-tests is true r=dbaron git-svn-id: svn://10.0.0.236/trunk@213859 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/layout/Makefile.in b/mozilla/layout/Makefile.in index c5b40274e6e..987ff7299a3 100644 --- a/mozilla/layout/Makefile.in +++ b/mozilla/layout/Makefile.in @@ -72,6 +72,7 @@ endif DIRS += build ifdef ENABLE_TESTS +DIRS += tools/reftest ifndef MOZ_ENABLE_LIBXUL TOOL_DIRS += html/tests endif