|
Bugzilla – Full Text Bug Listing |
| Summary: | need 'conditional' regression tests | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Mathieu Lacage <mathieu.lacage> |
| Component: | build system | Assignee: | ns-bugs <ns-bugs> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | gjcarneiro |
| Priority: | P1 | ||
| Version: | pre-release | ||
| Hardware: | All | ||
| OS: | All | ||
|
Description
Mathieu Lacage
2008-09-09 19:58:09 UTC
Do you really think they need the whole env? Why not just a list of enabled 'features', like I am doing with the Python bindings? (In reply to comment #1) > Do you really think they need the whole env? Why not just a list of enabled > 'features', like I am doing with the Python bindings? > it seems easier to just pass down everything but it's your call. It's done. The waf environment is available as the 'env' variable of the 'tracediff' pseudo-module. |