Re: [Mesa-dev] [PATCH 5/5] src/glsl/glcpp: wire up glcpp-test to make check

2012-01-31 Thread Gaetan Nadon
On 12-01-30 12:33 PM, Matt Turner wrote: > On Mon, Jan 30, 2012 at 12:03 PM, Gaetan Nadon wrote: >> Sorry, I meant $(top_builddir)/src/glsl/glcpp or whatever the correct >> location is. > I don't understand -- I'm not seeing top_builddir or builddir defined > in the execution of tests/glcpp-test.

Re: [Mesa-dev] [PATCH 5/5] src/glsl/glcpp: wire up glcpp-test to make check

2012-01-30 Thread Matt Turner
On Mon, Jan 30, 2012 at 12:03 PM, Gaetan Nadon wrote: > Sorry, I meant $(top_builddir)/src/glsl/glcpp or whatever the correct > location is. I don't understand -- I'm not seeing top_builddir or builddir defined in the execution of tests/glcpp-test. ___

Re: [Mesa-dev] [PATCH 5/5] src/glsl/glcpp: wire up glcpp-test to make check

2012-01-30 Thread Gaetan Nadon
On 12-01-30 11:53 AM, Gaetan Nadon wrote: > On 12-01-30 01:09 AM, Matt Turner wrote: >> --- >> src/glsl/glcpp/Makefile.am |2 ++ >> src/glsl/glcpp/tests/glcpp-test |6 +- >> 2 files changed, 7 insertions(+), 1 deletions(-) >> >> diff --git a/src/glsl/glcpp/Makefile.am b/src/glsl/g

Re: [Mesa-dev] [PATCH 5/5] src/glsl/glcpp: wire up glcpp-test to make check

2012-01-30 Thread Gaetan Nadon
On 12-01-30 01:09 AM, Matt Turner wrote: > --- > src/glsl/glcpp/Makefile.am |2 ++ > src/glsl/glcpp/tests/glcpp-test |6 +- > 2 files changed, 7 insertions(+), 1 deletions(-) > > diff --git a/src/glsl/glcpp/Makefile.am b/src/glsl/glcpp/Makefile.am > index 198908c..68f55dc 100644 >

[Mesa-dev] [PATCH 5/5] src/glsl/glcpp: wire up glcpp-test to make check

2012-01-29 Thread Matt Turner
--- src/glsl/glcpp/Makefile.am |2 ++ src/glsl/glcpp/tests/glcpp-test |6 +- 2 files changed, 7 insertions(+), 1 deletions(-) diff --git a/src/glsl/glcpp/Makefile.am b/src/glsl/glcpp/Makefile.am index 198908c..68f55dc 100644 --- a/src/glsl/glcpp/Makefile.am +++ b/src/glsl/glcpp/M