This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
rebar3
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
common test provider must depend on test deps
pull/3/head
Tristan Sloughter
10 years ago
parent
083d54211e
commit
c9f2652a16
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/rebar_prv_common_test.erl
+ 1
- 1
src/rebar_prv_common_test.erl
View File
@ -12,7 +12,7 @@
-
include
(
"
rebar.hrl
"
)
.
-
define
(
PROVIDER
,
ct
)
.
-
define
(
DEPS
,
[
compile
]
)
.
-
define
(
DEPS
,
[
test_deps
,
compile
]
)
.
%
%
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
=
%
%
Public
API
Write
Preview
Loading…
Cancel
Save