|
Bugzilla – Full Text Bug Listing |
| Summary: | regression code should be moved into regression/wscript | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Mathieu Lacage <mathieu.lacage> |
| Component: | build system | Assignee: | Gustavo J. A. M. Carneiro <gjcarneiro> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | craigdo, ns-bugs |
| Priority: | P2 | ||
| Version: | pre-release | ||
| Hardware: | All | ||
| OS: | All | ||
|
Description
Mathieu Lacage
2008-09-09 12:25:41 UTC
moving to regression/wscript is not feasible due to technical waf reasons (regression runs after build, on a shutdown() hook, not during build), so I moved to a regression.py module instead. changeset: 3866:9e946fee902c |