#! /bin/csh -f # # runtest # # Run dbx (with no environment so that stack addresses # have consistent values). # # The first three lines of dbx output are ignored because # they contain version specific information. # # This program is assumed to be running from within # one of the language-specific test subdirectories. # if (-e $2.in) then ../noenv $1 $2.x < $2.in |& tail +3 else ../noenv $1 $2.x < $2.`machine`.in |& tail +3 endif