This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
jiffy
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
fix tests
pull/110/head
benoitc
9 years ago
parent
ecdb52af89
commit
2f7531b956
3 changed files
with
5 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
rebar.config
+1
-0
rebar.lock
+1
-1
test/jiffy_10_short_double_tests.erl
+ 3
- 1
rebar.config
View File
@ -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
View File
@ -0,0 +1 @@
[].
+ 1
- 1
test/jiffy_10_short_double_tests.erl
View File
@ -8,7 +8,7 @@
-
include
(
"
jiffy_util.hrl
"
)
.
filename
(
)
-
>
"
../
test/cases/short-doubles.txt
"
.
filename
(
)
-
>
"
test/cases/short-doubles.txt
"
.
short_double_test_
(
)
-
>
Write
Preview
Loading…
Cancel
Save