Browse Source

add rebar script and config

Will 13 years ago
parent
commit
9a7e6481ad
2 changed files with 1 additions and 0 deletions
  1. BIN
      rebar
  2. 1 0
      rebar.config

BIN
rebar


+ 1 - 0
rebar.config

@@ -0,0 +1 @@
+{eunit_compile_opts, [{src_dirs, ["test_src"]}]}.