gplugin/gplugin

Add turtle power to gplugin

13 months ago, Gary Kramlich
7371e0ba5b32
Parents 574a15115c40
Children fd779d79a546
Add turtle power to gplugin

Testing Done:
ran `ninja clean` followed by `ninja turtles` and verified that all the targets were run.

Reviewed at https://reviews.imfreedom.org/r/2388/
  • +5 -0
    meson.build
  • --- a/meson.build Wed Mar 22 21:18:48 2023 -0500
    +++ b/meson.build Thu Mar 23 22:50:50 2023 -0500
    @@ -132,6 +132,11 @@
    alias_target('doc', doc_targets)
    endif
    +if meson.backend() == 'ninja'
    + run_target('turtles',
    + command : ['ninja', '-C', '@BUILD_ROOT@', 'gplugin-pot', 'all', 'test'])
    +endif
    +
    ###############################################################################
    # Install stuff
    ###############################################################################