Update mix file
This commit is contained in:
parent
0ff3c73ba3
commit
c2f731d38a
1 changed files with 5 additions and 3 deletions
8
mix.exs
8
mix.exs
|
|
@ -10,10 +10,12 @@ defmodule Tres.Mixfile do
|
|||
compilers: [:erlang] ++ Mix.compilers(),
|
||||
deps: deps(),
|
||||
aliases: [
|
||||
test: "test --no-start",
|
||||
test: [
|
||||
"compile",
|
||||
"test --no-start"
|
||||
],
|
||||
compile: [
|
||||
"run priv/openflow_enum_gen.exs",
|
||||
"format"
|
||||
"run priv/openflow_enum_gen.exs"
|
||||
]
|
||||
],
|
||||
docs: docs(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue