diff options
author | Eric Anholt <eric@anholt.net> | 2010-06-22 11:18:19 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2010-06-22 11:18:34 -0700 |
commit | 2fcfd22f1294a7db32ccbb4c4c4ccf0fdb411c74 (patch) | |
tree | 2035eda5c70ebc8471e6bb01a560fcc6b0b57842 /.gitignore | |
parent | be2b230537477dcf6a91129f73a2972ec880329c (diff) |
Split the glslparsertests out so they can be run with a standalone compiler.
ln -s ~/src/glsl2/glsl tests/glslparsertest/glslcompiler
./piglit-run.py tests/external-glslparser.tests results/glsl
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index d684ed7c3..d2270b481 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ CMakeFiles Makefile cmake_install.cmake CMakeCache.txt +tests/glslparsertest/glslcompiler |