<div dir="ltr">FWIW check out<br><br><div><a href="https://github.com/OSGeo/gdal/blob/master/autotest/utilities/test_gdal_translate.py">https://github.com/OSGeo/gdal/blob/master/autotest/utilities/test_gdal_translate.py</a><br></div><div><a href="https://github.com/OSGeo/gdal/blob/master/autotest/utilities/test_gdal_translate_lib.py">https://github.com/OSGeo/gdal/blob/master/autotest/utilities/test_gdal_translate_lib.py</a></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Mar 19, 2021 at 3:35 AM Andrew C Aitchison <<a href="mailto:andrew@aitchison.me.uk">andrew@aitchison.me.uk</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Fri, 19 Mar 2021, mat data wrote:<br>
<br>
> I am required to edit a portion of gdal_translate utility to fit my own<br>
> needs. For that reason I would need to edit the code in gdal_translate<br>
> related cpp files. And redo the whole "make" command many times. Is there a<br>
> way so I can specifically test only gdal_translate functionality. So I<br>
> don't have to compile the GDAL project many times to test my custom code.<br>
<br>
If you do not run<br>
        make clean<br>
each time, then subsequent "make"runs should be fairly quick.<br>
This is one of the main features of make.<br>
<br>
You may also find that running make in the apps directory or the<br>
directory with the changed .cpp files is sufficient<br>
and that you do not need to run make in the top directory.<br>
<br>
You may find that you do still need to run<br>
      make install<br>
unless you run the newlybuilt copy of gdal_translate in the<br>
build directory ( "apps" if I remember correctly).<br>
<br>
-- <br>
Andrew C. Aitchison                                     Kendal, UK<br>
                        <a href="mailto:andrew@aitchison.me.uk" target="_blank">andrew@aitchison.me.uk</a><br>
_______________________________________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org" target="_blank">gdal-dev@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/gdal-dev" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br>
</blockquote></div>