aboutsummaryrefslogtreecommitdiffstats
path: root/mix.exs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--mix.exs4
1 files changed, 3 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index de02d08..1841131 100644
--- a/mix.exs
+++ b/mix.exs
@@ -12,7 +12,9 @@ defmodule Locusts.MixProject do
name: "Locusts",
description: "A BEAM library that introduces locusts into your codebase.",
source_url: "https://github.com/locusts-r-us/locusts",
- test_paths: ["tests/"]
+ test_paths: ["tests"],
+ elixirc_paths: ["src"],
+
]
end