#!/bin/csh
foreach example (examples/*.fp)
    src/nq $example > $example:r.tst
    diff $example:r.out $example:r.tst
end
rm -f examples/*.tst
