diff options
author | Loïc Hoguin <[email protected]> | 2013-01-17 16:46:59 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2013-01-17 17:01:04 +0100 |
commit | d20989e722c50afea4ed510f372bbbd9221b9048 (patch) | |
tree | 483fdbcc9ab03c922095ce234f6ef9e957e14b66 /rebar.tests.config | |
parent | 0a101a324da969e51395d21e2782095a433b2084 (diff) | |
download | ranch-d20989e722c50afea4ed510f372bbbd9221b9048.tar.gz ranch-d20989e722c50afea4ed510f372bbbd9221b9048.tar.bz2 ranch-d20989e722c50afea4ed510f372bbbd9221b9048.zip |
Do not require rebar to build Ranch
All is done in the Makefile, like with Cowboy.
Diffstat (limited to 'rebar.tests.config')
-rw-r--r-- | rebar.tests.config | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/rebar.tests.config b/rebar.tests.config deleted file mode 100644 index 9fbc6af..0000000 --- a/rebar.tests.config +++ /dev/null @@ -1,4 +0,0 @@ -{cover_enabled, true}. -{deps, []}. -{eunit_opts, [verbose, {report, {eunit_surefire, [{dir, "."}]}}]}. -{erl_opts, []}. |