diff options
author | Emil Velikov <[email protected]> | 2018-04-24 18:49:20 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2018-06-21 12:09:39 +0100 |
commit | 87cebace5411c59225e5aa5c1c844d93021e4257 (patch) | |
tree | ed6ac36b43c85964bcdec63d3bca3c657f5b527d /src/compiler/Makefile.glsl.am | |
parent | 1c1f70d12f2c6b5b9a7e70963df573adc734df91 (diff) |
glsl: fold glcpp-test-cr-lf.sh into glcpp-test.sh
As of recently both of these have been reworked so they invoke a python
script. At the same time the latter can be executed with the combined
arguments of both scripts.
AKA we no longer need to have them separate.
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Dylan Baker <[email protected]>
Diffstat (limited to 'src/compiler/Makefile.glsl.am')
-rw-r--r-- | src/compiler/Makefile.glsl.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compiler/Makefile.glsl.am b/src/compiler/Makefile.glsl.am index ad19b14e446..02a7f432150 100644 --- a/src/compiler/Makefile.glsl.am +++ b/src/compiler/Makefile.glsl.am @@ -31,7 +31,6 @@ EXTRA_DIST += glsl/tests glsl/glcpp/tests glsl/README \ SConscript.glsl TESTS += glsl/glcpp/tests/glcpp-test.sh \ - glsl/glcpp/tests/glcpp-test-cr-lf.sh \ glsl/tests/blob-test \ glsl/tests/cache-test \ glsl/tests/general-ir-test \ |