summaryrefslogtreecommitdiff
path: root/tests/i915/gem_concurrent_blit.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/i915/gem_concurrent_blit.c')
-rw-r--r--tests/i915/gem_concurrent_blit.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/i915/gem_concurrent_blit.c b/tests/i915/gem_concurrent_blit.c
new file mode 100644
index 00000000..513de4a1
--- /dev/null
+++ b/tests/i915/gem_concurrent_blit.c
@@ -0,0 +1,8 @@
+/* This test is just a duplicate of gem_concurrent_all. */
+/* However the executeable will be gem_concurrent_blit. */
+/* The main function examines argv[0] and, in the case */
+/* of gem_concurent_blit runs only a subset of the */
+/* available subtests. This avoids the use of */
+/* non-standard command line parameters which can cause */
+/* problems for automated testing */
+#include "gem_concurrent_all.c"