summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/Makefile.am
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2014-05-14 15:15:02 -0700
committerMatt Turner <mattst88@gmail.com>2014-05-15 10:35:55 -0700
commit006232bcdec77363cc5d123caffac4807871c7b3 (patch)
tree323d739451d2f22fd12f4038c7a48f53d5d0755e /src/mesa/drivers/dri/i965/Makefile.am
parent39ae284a6941df5942602c027d4a8863ca35e654 (diff)
downloadexternal_mesa3d-006232bcdec77363cc5d123caffac4807871c7b3.zip
external_mesa3d-006232bcdec77363cc5d123caffac4807871c7b3.tar.gz
external_mesa3d-006232bcdec77363cc5d123caffac4807871c7b3.tar.bz2
i965: Remove blorp unit tests.
They've served their purpose (in transitioning blorp to using fs_generator) and now they just necessitate large amounts of manual labor to regenerate if the disassembler changes. Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com> Acked-by: Kenneth Graunke <kenneth@whitecape.org>
Diffstat (limited to 'src/mesa/drivers/dri/i965/Makefile.am')
-rw-r--r--src/mesa/drivers/dri/i965/Makefile.am7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/mesa/drivers/dri/i965/Makefile.am b/src/mesa/drivers/dri/i965/Makefile.am
index 7ab376c..5809dc6 100644
--- a/src/mesa/drivers/dri/i965/Makefile.am
+++ b/src/mesa/drivers/dri/i965/Makefile.am
@@ -56,8 +56,7 @@ TEST_LIBS = \
TESTS = \
test_eu_compact \
test_vec4_copy_propagation \
- test_vec4_register_coalesce \
- test_blorp_blit_eu_gen
+ test_vec4_register_coalesce
check_PROGRAMS = $(TESTS)
@@ -77,7 +76,3 @@ test_eu_compact_SOURCES = \
test_eu_compact.c
nodist_EXTRA_test_eu_compact_SOURCES = dummy.cpp
test_eu_compact_LDADD = $(TEST_LIBS)
-
-test_blorp_blit_eu_gen_SOURCES = \
- test_blorp_blit_eu_gen.cpp
-test_blorp_blit_eu_gen_LDADD = $(TEST_LIBS)