Closed
Bug 429145
Opened 18 years ago
Closed 18 years ago
run dehydra unit tests with 'make check' and integrate them with configure
Categories
(Developer Infrastructure :: Source Code Analysis, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: benjamin, Assigned: benjamin)
Details
Attachments
(1 file)
|
3.69 KB,
patch
|
Details | Diff | Splinter Review |
This patch integrates the dehydra unit tests with configure, and runs them using 'make check' from the root directory. You can run the treehydra unit tests with 'make check_treehydra' and I've also added a convenience target 'make treehydra' to make gcc_treehydra.so.
Attachment #315784 -
Flags: review?(dmandelin)
Comment 1•18 years ago
|
||
I think it's more appropriate to make ./configure look for the installed g++ and use that. I'm pretty sure if you just build gcc and don't make install it, g++ wont even be able to find the correct headers when you compile stuff.
Also, would be nice to have make gcc_treehydra.so be the correct target. While at it, perhaps we should just do ./configure --enable-treehydra instead of the makefile hacks. Then there will be only make check, instead of having treehydra varieties of everything.
| Assignee | ||
Comment 2•18 years ago
|
||
got r=taras on IRC. Pushed. I'll do --enable-treehydra as a seprate followup.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•18 years ago
|
Attachment #315784 -
Flags: review?(dmandelin)
Updated•8 years ago
|
Product: Core → Firefox Build System
Updated•3 years ago
|
Product: Firefox Build System → Developer Infrastructure
You need to log in
before you can comment on or make changes to this bug.
Description
•