radeonsi: enable GL_EXT_shader_image_load_formatted
[mesa.git] / src / intel / Makefile.compiler.am
index cd7e6882fb9f0c95fae316048f7bb42bef9e4fdf..7c33e35816b01ba22e7cdd6aa4a09fbf8d5d6ad8 100644 (file)
@@ -64,6 +64,7 @@ COMPILER_TESTS = \
        compiler/test_vf_float_conversions \
        compiler/test_vec4_cmod_propagation \
        compiler/test_vec4_copy_propagation \
+       compiler/test_vec4_dead_code_eliminate \
        compiler/test_vec4_register_coalesce
 
 TESTS += $(COMPILER_TESTS)
@@ -97,6 +98,10 @@ compiler_test_vec4_cmod_propagation_SOURCES = \
        compiler/test_vec4_cmod_propagation.cpp
 compiler_test_vec4_cmod_propagation_LDADD = $(TEST_LIBS)
 
+compiler_test_vec4_dead_code_eliminate_SOURCES = \
+       compiler/test_vec4_dead_code_eliminate.cpp
+compiler_test_vec4_dead_code_eliminate_LDADD = $(TEST_LIBS)
+
 # Strictly speaking this is neither a C++ test nor using gtest - we can address
 # address that at a later point. Until then, this allows us a to simplify things.
 compiler_test_eu_compact_SOURCES = \