зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1248950 - Move xpidl unit tests to moz.build; r=ted
This commit is contained in:
Родитель
69ca12a319
Коммит
6eff98e0a9
|
@ -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',
|
||||
]
|
||||
|
|
Загрузка…
Ссылка в новой задаче