re-enable openflow test suite
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user