Explorar el Código

initial attempt to add PropEr

adapting for commontests
pull/10/head
Groshev Dmitry hace 13 años
cometido por Dmitry Groshev
padre
commit
c7178f026a
Se han modificado 3 ficheros con 16 adiciones y 0 borrados
  1. +3
    -0
      .gitignore
  2. +6
    -0
      Makefile
  3. +7
    -0
      rebar.config

+ 3
- 0
.gitignore Ver fichero

@ -2,3 +2,6 @@
*.o *.o
*.so *.so
ebin/jiffy.app ebin/jiffy.app
.eunit
deps
logs

+ 6
- 0
Makefile Ver fichero

@ -9,3 +9,9 @@ build: c_src/decoder.c
check: test/etap.beam test/util.beam check: test/etap.beam test/util.beam
prove test/*.t prove test/*.t
clean:
rm -rf logs .eunit
ct:
./rebar ct skip_deps=true verbose=1

+ 7
- 0
rebar.config Ver fichero

@ -15,3 +15,10 @@
{"darwin10.*-32$", "CXXFLAGS", "-m32"}, {"darwin10.*-32$", "CXXFLAGS", "-m32"},
{"darwin10.*-32$", "LDFLAGS", "-arch i386"} {"darwin10.*-32$", "LDFLAGS", "-arch i386"}
]}. ]}.
{eunit_opts, [{file, "test/props.erl"}]}.
{deps, [{proper_stdlib, ".*",
{git, "https://github.com/spawngrid/proper_stdlib.git", "master"}},
{proper, ".*",
{git, "https://github.com/manopapad/proper.git", "master"}}]}.

Cargando…
Cancelar
Guardar