From 8fc55facf6604eab683ade2f9ca593d3fb89032d Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Thu, 29 Apr 2010 02:27:23 +0000 Subject: Added exclusion pattern in the unit tests for codecs that are only available with IPP (refs #1041) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3151 74dad513-b988-da41-8d7b-12977e46ad98 --- tests/automated/run_scenario.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tests/automated/run_scenario.py (limited to 'tests/automated/run_scenario.py') diff --git a/tests/automated/run_scenario.py b/tests/automated/run_scenario.py new file mode 100644 index 00000000..bfd06d12 --- /dev/null +++ b/tests/automated/run_scenario.py @@ -0,0 +1,11 @@ +#!/usr/bin/python +import sys +import ccdash + +if __name__ == "__main__": + sys.argv[0] = "ccdash.py" + sys.argv.insert(1, "scenario") + rc = ccdash.main(sys.argv) + sys.exit(rc) + + -- cgit v1.2.3