Ralf Wildenhues wrote:
> If only modifying the testsuite, in the vast majority of cases it
> suffices to 
>   $EDITOR some-test.at
>   make testsuite
>   scp testsuite host:

OK, this is simpler than a complete "make dist". But still, doing only

    $EDITOR some-test.at

on the target machine would be quicker, if the network connection is
sufficiently fast for $EDITOR. Otherwise, if $EDITOR on the target machine
is unusable, this would be two steps, not three:

    $EDITOR some-test.at
    scp some-test.at host:

> That's one of the (few) advantages of having the
> whole suite as a single script.

I still don't see the advantage of requiring a "make testsuite" step.

Bruno


Reply via email to