On 6/21/2010 5:00 PM, Peter Rosin wrote: > Den 2010-06-19 05:38 skrev Ralf Wildenhues: >> * Peter Rosin wrote on Wed, Jun 16, 2010 at 10:30:22PM CEST: >>> Should I keep attaching the "current" version of the patch? >> >> Sure, but the patch is good to go once copyright papers are through, >> with testing added. > > Comments on the tests welcome.
What if $CC is specified as 'cl.exe'? IIUC, this means that the compile script will be invoked as "compile cl.exe ...." but then this case: + cl | *[/\\]cl) + func_cl_wrapper "$@" # Doesn't return... + ;; won't fire. Is it possible to test the path translation logic? E.g. a test that is skipped unless $build+$host is one of the supported combinations? -- Chuck