equal
deleted
inserted
replaced
47 <h1>Changes from ns-3.9 to ns-3.10</h1> |
47 <h1>Changes from ns-3.9 to ns-3.10</h1> |
48 |
48 |
49 <h2>Changes to build system:</h2> |
49 <h2>Changes to build system:</h2> |
50 <ul> |
50 <ul> |
51 <li><b>Regression tests are no longer run using waf</b> |
51 <li><b>Regression tests are no longer run using waf</b> |
52 <p>All regression testing is now being done in test.py. As a result, reference traces are no longer needed in ns-3 to perform regression testing. |
52 <p>All regression testing is now being done in test.py. As a result, a |
|
53 separate reference trace repository is no longer needed to perform |
|
54 regression tests. Tests that require comparison against known good traces |
|
55 can still be run from test.py. The --regression option for waf has been |
|
56 removed. |
53 </p> |
57 </p> |
54 </ul> |
58 </ul> |
55 |
59 |
56 <h2>New API:</h2> |
60 <h2>New API:</h2> |
57 |
61 |