CHANGES.html
changeset 6999 dd78264fda2d
parent 6969 1288d191868b
child 7003 a0b1500cdaad
--- a/CHANGES.html	Wed Apr 06 10:13:04 2011 -0700
+++ b/CHANGES.html	Wed Apr 06 12:20:27 2011 -0700
@@ -48,6 +48,20 @@
 
 <h2>Changes to build system:</h2>
 <ul>
+<li><b>Tests are no longer built by default in ns-3</b>
+<p>
+You can now make tests be built in ns-3 in two ways.
+<ol>
+<li> Using build.py when ns-3 is built for the first time:
+<pre>
+    ./build.py --enable-tests
+</pre>
+<li> Using waf once ns-3 has been built:
+<pre>
+    ./waf configure --enable-tests
+</pre>
+</ol>
+</p></li>
 </ul>
 
 <h2>New API:</h2>