source: rtems/c/src/lib/libbsp/m68k/efi332/misc/dotests @ f52111f

4.104.114.84.95
Last change on this file since f52111f was df49c60, checked in by Joel Sherrill <joel.sherrill@…>, on 06/12/00 at 15:00:15

Merged from 4.5.0-beta3a

  • Property mode set to 100644
File size: 336 bytes
Line 
1#! /bin/bash
2#
3#  $Id$
4#
5
6mkdir MyTests
7find -name MyTests -prune -or -name "*.nxe" -exec cp {} MyTests \;
8
9stty 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
10/bin/cp /dev/ttyS1 screen &
11cpJob=$!
12
13( cd MyTests; for f in *nxe; do m68k-elf-gdb ${f} </dev/null; done )
14
15kill -9 $cpJob
Note: See TracBrowser for help on using the repository browser.