add object-names test

This commit is contained in:
Craig Dowell
2010-03-01 09:21:13 -08:00
parent e726fe9f3e
commit 80e76b0ac6
2 changed files with 10 additions and 0 deletions

View File

@@ -171,6 +171,12 @@ main (int argc, char *argv[])
//
csma.EnablePcapAll ("object-names");
//
// We can also create a trace file with a name we completely control by
// overriding a couple of default parameters.
//
csma.EnablePcap ("client-device.pcap", d.Get (0), false, true);
Simulator::Run ();
Simulator::Destroy ();
}

View File

@@ -0,0 +1,4 @@
#! /usr/bin/env python
"""Generic trace-comparison-type regression test."""