gecko/dom/tests/mochitest/ajax/scriptaculous/test/unit/Makefile.in

40 lines
906 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
DIRS = \
$(NULL)
MOCHITEST_FILES = \
_ajax_inplaceeditor_result.html \
_ajax_inplaceeditor_text.html \
_ajax_updater_result.html \
_autocomplete_result.html \
_autocomplete_result_nobr.html \
ajax_autocompleter_test.html \
ajax_inplaceeditor_test.html \
bdd_test.html \
builder_test.html \
dragdrop_test.html \
effects_test.html \
element_test.html \
icon.png \
loading_test.html \
position_clone_test.html \
slider_test.html \
sortable_test.html \
string_test.html \
unit_test.html \
$(NULL)
include $(topsrcdir)/config/rules.mk