re-enable openflow test suite

This commit is contained in:
Tom Henderson
2011-12-23 13:08:14 -08:00
parent 76d629d72a
commit e0aa655715

View File

@@ -19,9 +19,6 @@
* Author: Blake Hurd <naimorai@gmail.com>
*/
#ifdef NS3_OPENFLOW
// An essential include is test.h
#include "ns3/test.h"
@@ -188,6 +185,5 @@ SwitchTestSuite::SwitchTestSuite () : TestSuite ("openflow", UNIT)
}
// Do not forget to allocate an instance of this TestSuite
SwitchTestSuite switchTestSuite;
static SwitchTestSuite switchTestSuite;
#endif // NS3_OPENFLOW