From 57d6e7b7ee1a5f4c326b4383b388d3ead7f99c43 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Mon, 7 Apr 2014 11:40:39 -0700 Subject: i965/vec4: Add a test for copy propagation behavior. I thought I was seeing a bug in the code while reviewing, but it's not there. Reviewed-by: Ian Romanick --- src/mesa/drivers/dri/i965/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/mesa/drivers/dri/i965/Makefile.am') diff --git a/src/mesa/drivers/dri/i965/Makefile.am b/src/mesa/drivers/dri/i965/Makefile.am index 54a38bd..7ab376c 100644 --- a/src/mesa/drivers/dri/i965/Makefile.am +++ b/src/mesa/drivers/dri/i965/Makefile.am @@ -55,6 +55,7 @@ TEST_LIBS = \ TESTS = \ test_eu_compact \ + test_vec4_copy_propagation \ test_vec4_register_coalesce \ test_blorp_blit_eu_gen @@ -66,6 +67,12 @@ test_vec4_register_coalesce_LDADD = \ $(TEST_LIBS) \ $(top_builddir)/src/gtest/libgtest.la +test_vec4_copy_propagation_SOURCES = \ + test_vec4_copy_propagation.cpp +test_vec4_copy_propagation_LDADD = \ + $(TEST_LIBS) \ + $(top_builddir)/src/gtest/libgtest.la + test_eu_compact_SOURCES = \ test_eu_compact.c nodist_EXTRA_test_eu_compact_SOURCES = dummy.cpp -- cgit v1.1