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
This commit is contained in:
Ed Morley 2011-12-16 09:11:23 +00:00
Родитель bd3aa5ef6d
Коммит 6e3f3d99b3
4 изменённых файлов: 3 добавлений и 5 удалений

Просмотреть файл

@ -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

Просмотреть файл

@ -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