gecko/toolkit/components/aboutmemory/tests/Makefile.in
Christian Holler 61f89fdae6 Bug 899504 - Disable about:memory vsize test under ASan. r=ted
--HG--
extra : rebase_source : be8f7dad036016dac89f4d3b78f7ff1e3c79d0a9
2013-07-30 16:01:46 +02:00

35 lines
804 B
Makefile

#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
DEPTH = @DEPTH@
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
relativesrcdir = @relativesrcdir@
include $(DEPTH)/config/autoconf.mk
MOCHITEST_CHROME_FILES = \
memory-reports-good.json \
memory-reports-bad.json \
memory-reports-diff1.json \
memory-reports-diff2.json \
test_aboutcompartments.xul \
test_aboutmemory.xul \
test_aboutmemory2.xul \
test_aboutmemory3.xul \
test_aboutmemory4.xul \
test_sqliteMultiReporter.xul \
$(NULL)
ifndef MOZ_ASAN
MOCHITEST_CHROME_FILES += \
test_memoryReporters.xul \
$(NULL)
endif
include $(topsrcdir)/config/rules.mk