> I think you wrote this code ;). Anyway, the test selection is based on
> env['TARGET_ISA'] this ends up as the isa variable in tests/run.py. The isa
> variable is used to select the binary to use for the spec tests, so for ARM
> it will use 'arm'. Thus for each spec test, only one binary can be
> selected, although you might wan to have something other than a one-to-one
> TARGET to isa mapping, like i do in this case.

Let's not try too hard to solve this.  We need a totally new
regression system anyway (which will be based on python unit testing
stuff underneath and scons will just hook into this).

  Nate
_______________________________________________
m5-dev mailing list
m5-dev@m5sim.org
http://m5sim.org/mailman/listinfo/m5-dev

Reply via email to