RE: Testing a plugin optimization with 'make check' (slashes in options)

2013-05-01 Thread Steve Ellcey
On Wed, 2013-05-01 at 13:53 -0700, Matthew Fortune wrote: > > Using a brace expansion may help here though I haven't checked. Forward > slashes are for the first > set of run variants and braces are for the second set. Given the separator > for brace expansion is , > then the forwards slashes wo

RE: Testing a plugin optimization with 'make check' (slashes in options)

2013-05-01 Thread Matthew Fortune
Hi, > I was wondering if someone would tell me how to pass an option that > contains slashes into 'make check'? > > For example if I want to test a compiler using a simulator and the -O3 option > I can run: > > make check RUNTESTFLAGS="--target_board='mips-sim-mti32/-O3'" > > I want to run this