a problem about simulator test
Ben Elliston
bje@redhat.com
Tue Sep 3 07:55:00 GMT 2002
Hi.
Sorry, I can't quote your message in my reply due to my mailer and
your character set ;-). Your question was about the inability to run
`make check' in the sim directory. You need to make a few changes to
the `sim' configure script to make the sim/configure script create a
`testsuite' directory and run dejagnu. Here's an example:
1999-07-16 Ben Elliston <bje@cygnus.com>
* configure.in: Configure the testsuite directory for arm.
* configure: Regenerate.
- arm*-*-*) sim_target=arm ;;
+ arm*-*-*)
+ sim_target=arm
+ extra_subdirs="${extra_subdirs} testsuite"
+ ;;
Then, any *.exp files in the testsuite/sim/arm/ directory will be run
by DejaGnu. Hope this helps,
Ben
More information about the Cgen
mailing list