From fcb25b3fb60a424c8e55814331546e24bbcbf3d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolai=20H=C3=A4hnle?= Date: Mon, 21 Sep 2009 14:54:36 +0200 Subject: Add quick.tests suite MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Trade number of visuals and state combinations tested for running time. Signed-off-by: Nicolai Hähnle --- tests/quick.tests | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 tests/quick.tests (limited to 'tests/quick.tests') 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" ] -- cgit v1.2.3