Closed
Bug 717775
Opened 14 years ago
Closed 14 years ago
Add ability to output a file of asc commands to compile all tests (falcon requirement)
Categories
(Tamarin Graveyard :: Tools, enhancement)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: cpeyer, Assigned: cpeyer)
Details
Attachments
(1 file)
|
7.49 KB,
patch
|
brbaker
:
review+
|
Details | Diff | Splinter Review |
Falcon lacks an ash-like capability. To work around this, the falcon build process calls runtests with --ascoutput. This creates an ascoutput.log file that is a list of all the files to be compiled (along with their required compiler arguments).
When running with --ascoutput no files are actually compiled or run.
Attachment #588199 -
Flags: review?(brbaker)
Updated•14 years ago
|
Attachment #588199 -
Flags: review?(brbaker) → review+
Comment 1•14 years ago
|
||
changeset: 7165:8ad9030dabba
user: Chris Peyer <cpeyer@adobe.com>
summary: Bug 717775: Add --ascoutput option to runtests for falcon runs (r=brbaker)
http://hg.mozilla.org/tamarin-redux/rev/8ad9030dabba
| Assignee | ||
Updated•14 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•14 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•