Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
SisMaker
/
rebar3
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Projects
0
Rilasci
62
Wiki
Attività
Sfoglia il codice sorgente
Make sure ct_testspec is loaded
... before calling erlang:function_exported(ct_testspec,get_tests,1).
pull/1407/head
Siri Hansen
8 anni fa
parent
4e52ce58e5
commit
998c6756b7
1 ha cambiato i file
con
1 aggiunte
e
0 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-0
src/rebar_prv_common_test.erl
+ 1
- 0
src/rebar_prv_common_test.erl
Vedi File
@ -554,6 +554,7 @@ get_dirs_from_specs(Specs) ->
end
.
get_tests_from_specs
(
Specs
)
-
>
_
=
ct_testspec
:
module_info
(
)
,
%
make
sure
ct_testspec
is
loaded
case
erlang
:
function_exported
(
ct_testspec
,
get_tests
,
1
)
of
true
-
>
ct_testspec
:
get_tests
(
Specs
)
;
Scrivi
Anteprima
Caricamento…
Annulla
Salva