Update Linux script and binaries

git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@24531 e7fa87d3-cd2b-0410-9028-fcbf551c1848
This commit is contained in:
John Kessenich 2013-12-17 00:28:00 +00:00
parent bd95819123
commit 76ea74afe0
3 changed files with 3 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@ -24,11 +24,11 @@ make -C StandAlone
# install
cd Install/Linux
./install
cp glslangValidator ../../Test
LD_LIBRARY_PATH=/usr/local/lib
export LD_LIBRARY_PATH
# run using test data
cd Test
../StandAlone/glslangValidator -i sample.vert sample.frag
cd ../../Test
chmod +x runtests
./runtests