Procházet zdrojové kódy

fix tests

pull/110/head
benoitc před 9 roky
rodič
revize
2f7531b956
3 změnil soubory, kde provedl 5 přidání a 2 odebrání
  1. +3
    -1
      rebar.config
  2. +1
    -0
      rebar.lock
  3. +1
    -1
      test/jiffy_10_short_double_tests.erl

+ 3
- 1
rebar.config Zobrazit soubor

@ -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 Zobrazit soubor

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

+ 1
- 1
test/jiffy_10_short_double_tests.erl Zobrazit soubor

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

Načítá se…
Zrušit
Uložit