From d4c2839bfc033ccc6fa9589e0b95087ba4bdd851 Mon Sep 17 00:00:00 2001 From: "benjamin%smedbergs.us" Date: Thu, 23 Mar 2006 15:52:20 +0000 Subject: [PATCH] Don't build storage tests until libxul is available --- storage/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/Makefile.in b/storage/Makefile.in index 5b05e7089e47..2e31b930eef4 100644 --- a/storage/Makefile.in +++ b/storage/Makefile.in @@ -51,7 +51,7 @@ DIRS = ../db/sqlite3/src \ $(NULL) ifdef ENABLE_TESTS -DIRS += test +TOOL_DIRS += test endif include $(topsrcdir)/config/rules.mk