From cd765cf7eef3119a9d0c9fdec0973fceed0c8eed Mon Sep 17 00:00:00 2001 From: Michel Dänzer Date: Tue, 19 Aug 2014 11:00:16 +0900 Subject: r300g: Fix path to test programs for out-of-tree builds Fixes make check in that case. Reviewed-by: Tom Stellard --- src/gallium/drivers/r300/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gallium/drivers/r300/Makefile.am') diff --git a/src/gallium/drivers/r300/Makefile.am b/src/gallium/drivers/r300/Makefile.am index e74e44542be..f5107f8aa9c 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) -- cgit v1.2.3