Remove regression test test-ns2-mob.py

This commit is contained in:
Tom Henderson
2010-06-20 11:01:08 -07:00
parent eb79f5d518
commit ca4f040cf7

View File

@@ -1,13 +0,0 @@
#! /usr/bin/env python
"""Generic trace-comparison-type regression test."""
import os.path
program = "main-ns2-mob"
def get_arguments(env, top_dir):
ns2_tracefile = os.path.abspath(os.path.join(top_dir, "samples", "ns2-mob.tr"))
return [ns2_tracefile, "out.tr"]
trace_dir_name = "main-ns2-mob.ref"