Open
Bug 697894
Opened 13 years ago
Updated 2 years ago
make target to run all the tests
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
NEW
People
(Reporter: gps, Unassigned)
References
Details
I'd like support for a make target, available in every directory via rules.mk or similar inheritance, which automagically runs *all* the tests (C++, xpcshell, mochitest, etc).
:biesi said `make check` used to do this, but it broke a while ago.
If something is available already, https://developer.mozilla.org/en/Mozilla_automated_testing should probably be updated to say how to invoke it.
Expected behavior:
`make -C any/path/in/obj/dir tests` just works.
Comment 1•13 years ago
|
||
"make check" never used to do this. It used to run the check:: targets, which ran compiled C++ tests, as well as xpcshell tests. It never ran mochitest/reftest/etc. Those would be a little trickier to handle, since the Makefiles don't actually know about them, but we could probably sort something out.
Reporter | ||
Comment 2•13 years ago
|
||
Having explicit variable(s) to define test directories will help here.
Updated•7 years ago
|
Product: Core → Firefox Build System
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•