summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/Makefile.am
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2014-11-05 16:13:59 -0800
committerMatt Turner <mattst88@gmail.com>2015-01-23 17:57:40 -0800
commit3fb5b2bc476790d4775fd8b20e598835d9cfef22 (patch)
tree7900dd1e9caea5ff2ad25e7fa7df5dd4ba3a957d /src/mesa/drivers/dri/i965/Makefile.am
parent19f9cb72c8b95febd53b80de137e7bf716fb45f1 (diff)
downloadexternal_mesa3d-3fb5b2bc476790d4775fd8b20e598835d9cfef22.zip
external_mesa3d-3fb5b2bc476790d4775fd8b20e598835d9cfef22.tar.gz
external_mesa3d-3fb5b2bc476790d4775fd8b20e598835d9cfef22.tar.bz2
i965/fs: Add unit tests for cmod propagation pass.
Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com> Reviewed-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, 7 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/Makefile.am b/src/mesa/drivers/dri/i965/Makefile.am
index 0420507..b74c7d7 100644
--- a/src/mesa/drivers/dri/i965/Makefile.am
+++ b/src/mesa/drivers/dri/i965/Makefile.am
@@ -52,6 +52,7 @@ TEST_LIBS = \
../common/libdri_test_stubs.la
TESTS = \
+ test_fs_cmod_propagation \
test_eu_compact \
test_vf_float_conversions \
test_vec4_copy_propagation \
@@ -59,6 +60,12 @@ TESTS = \
check_PROGRAMS = $(TESTS)
+test_fs_cmod_propagation_SOURCES = \
+ test_fs_cmod_propagation.cpp
+test_fs_cmod_propagation_LDADD = \
+ $(TEST_LIBS) \
+ $(top_builddir)/src/gtest/libgtest.la
+
test_vf_float_conversions_SOURCES = \
test_vf_float_conversions.cpp
test_vf_float_conversions_LDADD = \