This is the mail archive of the cgen@sources.redhat.com mailing list for the CGEN project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: a problem about simulator test


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]