Open
Bug 1411704
Opened 8 years ago
Updated 3 years ago
Remove Makefile rules for copying reftest extension/harness
Categories
(Firefox Build System :: General, enhancement)
Firefox Build System
General
Tracking
(Not tracked)
NEW
People
(Reporter: ted, Unassigned)
References
(Blocks 1 open bug)
Details
The reftest Makefile has a libs rule to copy the extension and harness into $objdir/_tests/reftest:
https://hg.mozilla.org/mozilla-central/file/e56ae7213756d93da1c1c72805c8f8b8ddb9dcdd/layout/tools/reftest/Makefile.in#l14
We should get rid of that and just fix anything that's relying on those files being in those locations to find them elsewhere. This probably only means fixing the reftest mach command and the test-package file patterns.
Updated•8 years ago
|
Product: Core → Firefox Build System
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•