quakeforge/tools/qfcc/test/build-run

12 lines
189 B
Text
Raw Normal View History

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