summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/mrm332/misc/dotests
blob: 7d5e099392dba856fa4cd62749ea8ad4bd4de291 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#! /bin/bash

mkdir MyTests
find -name MyTests -prune -or -name "*.nxe" -exec cp {} MyTests \;

stty 1:0:80001cb2:0:3:1c:7f:15:4:5:1:0:11:13:1a:0:12:f:17:16:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0 </dev/ttyS1
/bin/cp /dev/ttyS1 screen &
cpJob=$!

( cd MyTests; for f in *nxe; do m68k-elf-gdb ${f} </dev/null; done )

kill -9 $cpJob