talkatu/talkatu

Add the power of the turtles

13 months ago, Gary Kramlich
42c7cfb1acd1
Parents 7fd3c4c23d61
Children f1e368a967e6
Add the power of the turtles

Testing Done:
Ran `ninja clean` followed by `ninja turtles` without issue.

Reviewed at https://reviews.imfreedom.org/r/2389/
  • +8 -0
    meson.build
  • --- a/meson.build Thu Mar 23 20:26:29 2023 -0500
    +++ b/meson.build Thu Mar 23 22:52:19 2023 -0500
    @@ -119,6 +119,14 @@
    meson.add_devenv(devenv)
    ###############################################################################
    +# TMNT
    +###############################################################################
    +if meson.backend() == 'ninja'
    + run_target('turtles',
    + command : ['ninja', '-C', '@BUILD_ROOT@', 'talkatu-pot', 'all', 'test'])
    +endif
    +
    +###############################################################################
    # Install stuff
    ###############################################################################
    # documentation