This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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: Running testsuite with extra --param argument


Richard Guenther wrote:
I wonder what magic is required to run the testsuite with an extra
--param foo=blah argument.  Just using
  RUNTESTFLAGS="--target-board=unix/--param foo=blah"
fails because of the space, trying to be clever and doing
  RUNTESTFLAGS="--target-board=unix/--param/foo=blah"
results in --param -mfoo being passed, the =blah is ignored.  Escaping
the space or the = in interesting ways also doesn't seem to work.

Not sure if it will work by try make check RUNBTESTFLAGS="--target_board 'unix{, --param foo=blah}'"


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