quakeforge/tools/qfcc/test/build-run

12 lines
163 B
Text
Raw Normal View History

#! /bin/sh
script=$1
progs=`basename $script .run`.dat
shift
cat > $script <<EOF
#! /bin/sh
./test-harness \$TEST_HARNESS_OPTS $progs "\$@"
EOF
chmod +x $script