Added exclusion pattern in the unit tests for codecs that are only available with IPP (refs #1041)

git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@3151 74dad513-b988-da41-8d7b-12977e46ad98
diff --git a/tests/automated/run_scenario.py b/tests/automated/run_scenario.py
new file mode 100644
index 0000000..bfd06d1
--- /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)
+
+