diff options
author | Carl Worth <[email protected]> | 2014-07-03 13:25:47 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2014-08-07 16:08:29 -0700 |
commit | 318369acebdf6e7c21c0a2b015c648e8e9acbc81 (patch) | |
tree | 2be3542c35b5d40d243186a70ebd153d5fa5b281 /src/glsl/.gitignore | |
parent | 7ba74c65a77afbfb2da8515fcae51c19618c7b18 (diff) |
glsl/glcpp: Integrate recent glcpp-test-cr-lf test into "make check"
Beyond just listing this in the TESTS variable in Makefile.am, only minor
changes were needed to make this work. The primary issue is that the build
system runs the test script from a different directory than the script
itself. So we have to use the $srcdir variable to find the test input files.
Using $srcdir in this way also ensures that this test works when using an
out-of-tree build.
Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/glsl/.gitignore')
-rw-r--r-- | src/glsl/.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/glsl/.gitignore b/src/glsl/.gitignore index 43720f60b5d..dda423f83db 100644 --- a/src/glsl/.gitignore +++ b/src/glsl/.gitignore @@ -4,3 +4,7 @@ glsl_parser.cpp glsl_parser.h glsl_parser.output glsl_test +subtest-cr/ +subtest-lf/ +subtest-cr-lf/ +subtest-lf-cr/ |