|
|
| 232 |
: TestSuite ("threaded-simulator") |
232 |
: TestSuite ("threaded-simulator") |
| 233 |
{ |
233 |
{ |
| 234 |
std::string simulatorTypes[] = { |
234 |
std::string simulatorTypes[] = { |
|
|
235 |
#ifdef HAVE_RT |
| 235 |
"ns3::RealtimeSimulatorImpl", |
236 |
"ns3::RealtimeSimulatorImpl", |
|
|
237 |
#endif /* HAVE_RT */ |
| 236 |
"ns3::DefaultSimulatorImpl" |
238 |
"ns3::DefaultSimulatorImpl" |
| 237 |
}; |
239 |
}; |
| 238 |
std::string schedulerTypes[] = { |
240 |
std::string schedulerTypes[] = { |