[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[avr-gcc-list] RE: AVRtest wuth GCC
From: |
Weddington, Eric |
Subject: |
[avr-gcc-list] RE: AVRtest wuth GCC |
Date: |
Wed, 4 Jun 2008 21:51:14 -0600 |
> -----Original Message-----
> From: Andy H [mailto:address@hidden
> Sent: Wednesday, June 04, 2008 8:42 PM
> To: Weddington, Eric; address@hidden
> Subject: AVRtest wuth GCC
>
> Another small problem with avrtest and testsuite.
>
> Version 1.3 had default cycle limit of 2000000000. Latest
> version (and
> some between) have no limit.
>
> So dejagnu board file should be patched to specify command line
> instruction limit by adding -m switch
>
> set result [exec avrtest -m 1000000000 $prog]
>
Patched and committed.