Explorar el Código

fix tests

pull/110/head
benoitc hace 9 años
padre
commit
2f7531b956
Se han modificado 3 ficheros con 5 adiciones y 2 borrados
  1. +3
    -1
      rebar.config
  2. +1
    -0
      rebar.lock
  3. +1
    -1
      test/jiffy_10_short_double_tests.erl

+ 3
- 1
rebar.config Ver fichero

@ -9,8 +9,10 @@
}}
]}.
{eunit_tests, [{dir, "test"}]}.
{profiles, [{dev,
{profiles, [{test,
[{deps, [
{proper,
{git, "git://github.com/manopapad/proper.git",

+ 1
- 0
rebar.lock Ver fichero

@ -0,0 +1 @@
[].

+ 1
- 1
test/jiffy_10_short_double_tests.erl Ver fichero

@ -8,7 +8,7 @@
-include("jiffy_util.hrl").
filename() -> "../test/cases/short-doubles.txt".
filename() -> "test/cases/short-doubles.txt".
short_double_test_() ->

Cargando…
Cancelar
Guardar