summaryrefslogtreecommitdiff
path: root/tests/automated/run_scenario.py
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2010-04-29 02:27:23 +0000
committerBenny Prijono <bennylp@teluu.com>2010-04-29 02:27:23 +0000
commit8fc55facf6604eab683ade2f9ca593d3fb89032d (patch)
tree292b902270a088399d1abe3ba2a2087b98d367fa /tests/automated/run_scenario.py
parentd9303b2308e9032082fc1126c9b0255bb9fcf4b2 (diff)
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
Diffstat (limited to 'tests/automated/run_scenario.py')
-rw-r--r--tests/automated/run_scenario.py11
1 files changed, 11 insertions, 0 deletions
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)
+
+