Bug 1248950 - Move xpidl unit tests to moz.build; r=ted

This commit is contained in:
Ms2ger 2016-03-02 11:21:26 +01:00
Родитель 69ca12a319
Коммит 6eff98e0a9
2 изменённых файлов: 3 добавлений и 6 удалений

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

@ -38,12 +38,6 @@ $(IDL_PARSER_CACHE_DIR)/xpidllex.py: $(PARSER_SRCS) $(PLY_FILES)
# generating xpidllex.py generates xpidlyacc.py too
$(IDL_PARSER_CACHE_DIR)/xpidlyacc.py: $(IDL_PARSER_CACHE_DIR)/xpidllex.py
check::
$(PYTHON_PATH) \
$(PLY_INCLUDE) \
-I. \
$(srcdir)/runtests.py
garbage_files := \
xpidllex.py \
xpidllex.pyc \

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

@ -4,3 +4,6 @@
# 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/.
PYTHON_UNIT_TESTS += [
'runtests.py',
]