aboutsummaryrefslogtreecommitdiff
path: root/tests/quick.tests
diff options
context:
space:
mode:
authorNicolai Hähnle <nhaehnle@gmail.com>2009-09-21 14:54:36 +0200
committerNicolai Hähnle <nhaehnle@gmail.com>2009-09-21 14:54:36 +0200
commitfcb25b3fb60a424c8e55814331546e24bbcbf3d5 (patch)
tree83e48b7e533ac3585c3990d1bd1595623f9748c6 /tests/quick.tests
parenta1f992ede63a1e35f3058c960b4e87d0ba5a7531 (diff)
Add quick.tests suite
Trade number of visuals and state combinations tested for running time. Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com>
Diffstat (limited to 'tests/quick.tests')
-rw-r--r--tests/quick.tests15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/quick.tests b/tests/quick.tests
new file mode 100644
index 00000000..18ac17b4
--- /dev/null
+++ b/tests/quick.tests
@@ -0,0 +1,15 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Testing drivers for Radeon hardware
+#
+
+import os
+import re
+
+execfile(os.path.dirname(__file__) + '/all.tests')
+
+from framework.core import *
+from framework.gleantest import *
+
+GleanTest.globalParams += [ "--quick" ]