LoginSignup
4
2

More than 5 years have passed since last update.

elixirのumbrella projectでmix taskがなぜ再帰的に実行されるのか?

Last updated at Posted at 2017-04-08

umbrellaのroot directoryでtestを実行して、application directoryの中にあるテストが実行される理由がわかってなかったので調べた。

結論

  • apps以下のアプリケーションに対してもmix taskが実行されるかはtask次第
  • task moduleのattributeに@recursive trueがついていたら実行される

 メモ

4
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
2