binutils-gdb/sim/testsuite
Mike Frysinger 119da46568 sim: unify target->subdir handling for default tests
The testsuite subdir has a note about unifying the target->subdir logic,
so do just that.  The end goal here is to have `make check` work out of
the box without having to delve into dejagnu internals.

The target-specific logic is split out of the top level configure.ac file
and into a dedicated configure.tgt similar to other subprojects (gdb and
ld and etc...) with the difference that this file has to be included at
the m4 level instead of the shell level.  This is necessary only because
autoconf requires AC_CONFIG_SUBDIRS be given a string literal and not a
variable value.

Then the toplevel and the testsuite configure files pull this in, the sim
subdir gets expanded into testsuite/site.exp, and the default sim run code
uses this info to set the sim path to the local compiled run file if it
hasn't already been specified.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2010-04-26 16:23:24 +00:00
..
common Update copyright notices to add year 2010. 2010-01-01 10:03:36 +00:00
config Initial creation of sourceware repository 1999-04-16 01:35:26 +00:00
d10v-elf Update copyright notices to add year 2010. 2010-01-01 10:03:36 +00:00
frv-elf Update copyright notices to add year 2010. 2010-01-01 10:03:36 +00:00
lib sim: unify target->subdir handling for default tests 2010-04-26 16:23:24 +00:00
m32r-elf Update copyright notices to add year 2010. 2010-01-01 10:03:36 +00:00
mips64el-elf Update copyright notices to add year 2010. 2010-01-01 10:03:36 +00:00
sim sim: unify target->subdir handling for default tests 2010-04-26 16:23:24 +00:00
ChangeLog sim: unify target->subdir handling for default tests 2010-04-26 16:23:24 +00:00
Makefile.in sim: unify target->subdir handling for default tests 2010-04-26 16:23:24 +00:00
configure sim: unify target->subdir handling for default tests 2010-04-26 16:23:24 +00:00
configure.ac sim: unify target->subdir handling for default tests 2010-04-26 16:23:24 +00:00