#!/bin/sh
# test-parse mozilla's .i files, without stopping at failures

for fn in `cat /home/scott/bld/mozilla-1.0/allifiles`; do
  ./test-parse $fn
done
