X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=270491269e642ad88caf82db3ae52dade294db70;hb=c54ae662dcc08c0c04a1dff7bb7a361665e877b8;hp=3a605b4553d41c74ede5cd731007555f28736342;hpb=27110793a7d8e3aa6434bde63a1f687424ae779c;p=akkoma diff --git a/mix.exs b/mix.exs index 3a605b455..270491269 100644 --- a/mix.exs +++ b/mix.exs @@ -69,6 +69,7 @@ defmodule Pleroma.Mixfile do end # Specifies which paths to compile per environment. + defp elixirc_paths(:benchmark), do: ["lib", "benchmarks"] defp elixirc_paths(:test), do: ["lib", "test/support"] defp elixirc_paths(_), do: ["lib"]