Open
Bug 1256611
Opened 10 years ago
Updated 3 years ago
Move check target in memory/replace/logalloc/replay/Makefile.in to a PYTHON_UNIT_TEST
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
NEW
People
(Reporter: ted, Unassigned)
References
(Blocks 1 open bug)
Details
This Makefile exists solely to run a test program in the `check` target:
https://hg.mozilla.org/mozilla-central/file/5e14887312d4523ab59c3f6c6c94a679cf42b496/memory/replace/logalloc/replay/Makefile.in
We could port that logic into a Python unittest and add it to PYTHON_UNIT_TESTS.
| Reporter | ||
Comment 1•10 years ago
|
||
The include of replace_malloc.mk is covered by bug 1256608.
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
•