This commit is contained in:
Gustavo J. A. M. Carneiro
2007-09-25 17:16:57 +01:00
3 changed files with 104 additions and 0 deletions

View File

@@ -20,10 +20,13 @@
*/
#include "ns3/test.h"
#include "ns3/packet-metadata.h"
int main (int argc, char *argv[])
{
#ifdef RUN_SELF_TESTS
ns3::PacketMetadata::Enable ();
ns3::TestManager::EnableVerbose ();
bool success = ns3::TestManager::RunTests ();
if (!success)