summaryrefslogtreecommitdiff
path: root/tests/gem_linear_blits.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2015-12-10 10:02:46 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2015-12-10 10:05:20 +0000
commit4f5efc5c844f6fe69209982463f9220f8f3951ed (patch)
treead621ac35ba4726c88438b677f7dd2175dec7456 /tests/gem_linear_blits.c
parent197db8607d910c7d5252c1d928b715ff4c4c28ce (diff)
igt: s/basic/sanitycheck/ on prior smoketesting
In times past, I added "basic" variants of tests just to ensure that the general principle of operation was sound before proceeding on to the main test (which typically looked at thrashing, i.e. were long and tedious and pointless if the test didn't even work in the normal situation). Since "basic" now collides with BAT, rename my trivial tests to "sanitycheck". Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'tests/gem_linear_blits.c')
-rw-r--r--tests/gem_linear_blits.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gem_linear_blits.c b/tests/gem_linear_blits.c
index 55b01c8a..516495f6 100644
--- a/tests/gem_linear_blits.c
+++ b/tests/gem_linear_blits.c
@@ -225,7 +225,7 @@ int main(int argc, char **argv)
fd = drm_open_driver(DRIVER_INTEL);
}
- igt_subtest("basic")
+ igt_subtest("sanitytcheck")
run_test(fd, 2);
igt_subtest("normal") {