Re: [Mesa-dev] [PATCH] r300g: Fix path to test programs for out-of-tree builds

2014-08-19 Thread Tom Stellard
On Tue, Aug 19, 2014 at 11:17:49AM +0900, Michel Dänzer wrote: > From: Michel Dänzer > > Fixes make check in that case. > Reviewed-by: Tom Stellard > Signed-off-by: Michel Dänzer > --- > src/gallium/drivers/r300/Makefile.am | 1 + > src/gallium/drivers/r300/compiler/tests

[Mesa-dev] [PATCH] r300g: Fix path to test programs for out-of-tree builds

2014-08-18 Thread Michel Dänzer
From: Michel Dänzer Fixes make check in that case. Signed-off-by: Michel Dänzer --- src/gallium/drivers/r300/Makefile.am | 1 + src/gallium/drivers/r300/compiler/tests/rc_test_helpers.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gallium/drive