Closed Bug 1044657 Opened 10 years ago Closed 10 years ago

Move PYTHON_UNIT_TESTS to moz.build

Categories

(Firefox Build System :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
mozilla34

People

(Reporter: Ms2ger, Assigned: Ms2ger)

References

(Depends on 1 open bug, Blocks 2 open bugs)

Details

Attachments

(1 file)

No description provided.
As a first step, this moves PYTHON_UNIT_TESTS to moz.build as a passthru variable. In the future, we could hook it up to |mach test|.
Attachment #8463163 - Flags: review?(mshal)
Comment on attachment 8463163 [details] [diff] [review] Move PYTHON_UNIT_TESTS to moz.build >+PYTHON_UNIT_TESTS += [ >+ '../build/compare-mozconfig/compare-mozconfigs-wrapper.py', >+] Any idea if we can move this into build/moz.build? Seems weird to have it referenced from browser (although the mozconfigs it checks are under browser, the test is in build). >+PYTHON_UNIT_TESTS += [ >+ 'mach/mach/test/__init__.py', Do we really need all of these __init__.py files? Or things like common.py?
Attachment #8463163 - Flags: review?(mshal) → review+
(In reply to Michael Shal [:mshal] from comment #3) > Any idea if we can move this into build/moz.build? Seems weird to have it > referenced from browser (although the mozconfigs it checks are under > browser, the test is in build). The intent was to only run them under Firefox builds, IIRC, so sticking them under browser/ was the simplest way to accomplish that. We could move this to build/ and just check CONFIG['MOZ_APP_NAME'] instead.
Depends on: 1045396
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla34
QA Whiteboard: [qa-]
Product: Core → Firefox Build System
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: