|
Bugzilla – Full Text Bug Listing |
| Summary: | Always run regression tests with ./waf check | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Mathieu Lacage <mathieu.lacage> |
| Component: | build system | Assignee: | ns-bugs <ns-bugs> |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | CC: | gjcarneiro |
| Priority: | P3 | ||
| Version: | pre-release | ||
| Hardware: | All | ||
| OS: | All | ||
|
Description
Mathieu Lacage
2008-09-09 12:30:54 UTC
The regressions take quite a while to run, and what if I want JUST the unit tests and not the regressions, or vice versa? Perhaps we could keep --regression, add a --unit-tests (which does what "check" does now), and have "check" simply run both unit tests and regressions. (In reply to comment #0) > instead, the regressions should be run from waf check -1 Regression tests require network access, can take long to run, and are crude. Besides, you can run both regression and unit tests with ./waf check --regression. I agree with previous comments against this suggestion. I was just in a situation today where I wanted to run waf check but I had no network access. Re-titling bug with a better description. But I still don't like it. I'm not sure why this is being proposed for ns 3.2.1... I am fine with closing this since it seems everyone agrees that the current behavior is desirable. marking INVALID. |