glsl2: Move the compiler to the subdirectory it will live in in Mesa.

This commit is contained in:
Eric Anholt
2010-06-24 15:32:15 -07:00
parent 0ee7d80269
commit 2928588267
375 changed files with 0 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/sh
for test in *.c; do
echo "Testing $test"
../glcpp < $test > $test.out
diff -u $test.expected $test.out
done