On Dec 3, 2012, at 11:36 AM, Jakub Jelinek <ja...@redhat.com> wrote: > The env vars are used by the target libs when running the test executable. > So, are you suggesting we name it dg-set-target-env-var instead of > dg-set-env-var, so that in the future we can also have > dg-set-{host,build}-env-var?
Yes. The set-build-env I think is non-sensical. The set-host-env version, I think makes since for hosted reasons, even if we don't implement it today (no need, yet). > Or if [is_remote target] ? Yeah. > if [is_remote target] > return [list "unsupported" ""] Looks nice.