Commit 6e3f3d99 authored by Ed Morley's avatar Ed Morley
Browse files

Bug 692625 - Move toolkit/components/aboutmemory/tests/chrome/ to...

Bug 692625 - Move toolkit/components/aboutmemory/tests/chrome/ to toolkit/components/aboutmemory/tests/; r=gavin f=njn

--HG--
rename : toolkit/components/aboutmemory/tests/chrome/Makefile.in => toolkit/components/aboutmemory/tests/Makefile.in
rename : toolkit/components/aboutmemory/tests/chrome/test_aboutmemory.xul => toolkit/components/aboutmemory/tests/test_aboutmemory.xul
rename : toolkit/components/aboutmemory/tests/chrome/test_asyncClose_leak.xul => toolkit/components/aboutmemory/tests/test_asyncClose_leak.xul
parent bd3aa5ef
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -43,8 +43,6 @@ VPATH = @srcdir@

include $(DEPTH)/config/autoconf.mk

ifdef ENABLE_TESTS
DIRS += tests/chrome
endif
TEST_DIRS = tests

include $(topsrcdir)/config/rules.mk
+2 −2
Original line number Diff line number Diff line
@@ -35,11 +35,11 @@
#
# ***** END LICENSE BLOCK *****

DEPTH		= ../../../../..
DEPTH		= ../../../..
topsrcdir	= @top_srcdir@
srcdir		= @srcdir@
VPATH		= @srcdir@
relativesrcdir  = toolkit/components/aboutmemory/tests/chrome
relativesrcdir  = toolkit/components/aboutmemory/tests

include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/rules.mk