moving to separate dir

This commit is contained in:
Alex S 2019-09-19 14:02:27 +03:00
commit 1d285e6fad
5 changed files with 3 additions and 2 deletions

View file

@ -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"]