From f81e3bdbb4cd03fe8cc84a0ba261d28a2f91899f Mon Sep 17 00:00:00 2001 From: "L. David Baron" Date: Wed, 16 Sep 2009 12:01:18 -0700 Subject: [PATCH] Fix the one mochitest that's exported to _tests in a disable-tests build. (Bug 515993) r=ted --- gfx/thebes/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gfx/thebes/Makefile.in b/gfx/thebes/Makefile.in index cac4b657d93c..1adcaa068937 100644 --- a/gfx/thebes/Makefile.in +++ b/gfx/thebes/Makefile.in @@ -8,9 +8,10 @@ include $(DEPTH)/config/autoconf.mk MODULE = thebes -DIRS = public src mochitest +DIRS = public src ifdef ENABLE_TESTS +DIRS += mochitest ifndef MOZ_ENABLE_LIBXUL ifndef BUILD_STATIC_LIBS TOOL_DIRS += test