Merge Carl's preprocessor into the glcpp subdirectory.
This commit is contained in:
Executable
+7
@@ -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
|
||||
Reference in New Issue
Block a user