gecko/layout/inspector/tests/Makefile.in
Benjamin Peterson 0999e08ccd Bug 806192 - Fail instead of segfaulting when not passed nsIContent. r=bz
--HG--
extra : rebase_source : 3edeb8d83a81baeaa35afbfdaaae3041a33db575
2012-11-16 18:35:06 -05:00

27 lines
652 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_FILES =\
test_bug462787.html \
test_bug462789.html \
test_bug522601.xhtml \
test_bug536379.html \
test_bug536379-2.html \
test_bug557726.html \
test_bug609549.xhtml \
test_bug806192.html \
test_isinheritableproperty.html \
$(NULL)
include $(topsrcdir)/config/rules.mk