summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/Makefile.am
diff options
context:
space:
mode:
authorMichel Dänzer <michel.daenzer@amd.com>2014-08-19 11:00:16 +0900
committerMichel Dänzer <michel@daenzer.net>2014-08-20 16:12:51 +0900
commitcd765cf7eef3119a9d0c9fdec0973fceed0c8eed (patch)
tree28fe06cd4819e874d539d4171caf6228e2d66f4f /src/gallium/drivers/r300/Makefile.am
parentc04a6d5c298f102469df45a7dbe81f40c6faed5f (diff)
downloadexternal_mesa3d-cd765cf7eef3119a9d0c9fdec0973fceed0c8eed.zip
external_mesa3d-cd765cf7eef3119a9d0c9fdec0973fceed0c8eed.tar.gz
external_mesa3d-cd765cf7eef3119a9d0c9fdec0973fceed0c8eed.tar.bz2
r300g: Fix path to test programs for out-of-tree builds
Fixes make check in that case. Reviewed-by: Tom Stellard <thomas.stellard@amd.com>
Diffstat (limited to 'src/gallium/drivers/r300/Makefile.am')
-rw-r--r--src/gallium/drivers/r300/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r300/Makefile.am b/src/gallium/drivers/r300/Makefile.am
index e74e445..f5107f8 100644
--- a/src/gallium/drivers/r300/Makefile.am
+++ b/src/gallium/drivers/r300/Makefile.am
@@ -22,6 +22,7 @@ r300_compiler_tests_LDADD = libr300.la libr300-helper.la \
$(top_builddir)/src/util/libmesautil.la \
$(GALLIUM_COMMON_LIB_DEPS)
r300_compiler_tests_CPPFLAGS = \
+ -DTEST_PATH=\"$(top_srcdir)/src/gallium/drivers/r300/compiler/tests\" \
-I$(top_srcdir)/src/gallium/drivers/r300/compiler
r300_compiler_tests_SOURCES = $(COMPILER_TESTS_SOURCES)