Closed
Bug 1307200
Opened 8 years ago
Closed 8 years ago
Stop writing PYTHON_UNIT_TESTS to backend.mk
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1317970
People
(Reporter: ahal, Unassigned)
References
Details
In bug 1304593 I modified make check to run |mach python-tests| instead of iterating over directories and running each file in PYTHON_UNIT_TESTS directly. This means that PYTHON_UNIT_TESTS in backend.mk files are no longer needed.
I believe this gets generated somewhere in recursivemake.py:
https://dxr.mozilla.org/mozilla-central/source/python/mozbuild/mozbuild/backend/recursivemake.py
Reporter | ||
Comment 1•8 years ago
|
||
I believe this got fixed as a side effect of bug 1317970.. at least I no longer see PYTHON_UNIT_TESTS anywhere in backend.mk files.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•