Closed
Bug 1193334
Opened 9 years ago
Closed 9 years ago
Removing a CppUnitTest doesn't stop us from building/running it.
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 961436
People
(Reporter: khuey, Unassigned)
Details
Comment 2•9 years ago
|
||
We copy the binaries to $(DIST)/cppunittests as they're built, but we never delete anything from there:
https://dxr.mozilla.org/mozilla-central/rev/d6ea652c579992daa9041cc9718bb7c6abefbc91/config/rules.mk#78
We could probably do something smarter here, like write out the list of CPP_UNIT_TESTS during backend generation and then during packaging copy just those files into the test package.
Comment 3•9 years ago
|
||
cppunitttests got some manifest support recently. Assuming that's wired up correctly removing the test from its manifest would help this situation too.
Flags: needinfo?(cmanchester)
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 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
•