diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 68e3b06b8..90a116ac9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -312,6 +312,9 @@ test: @echo "*************************************************************************" $(REBAR) skip_deps=true ct +quicktest: + $(REBAR) skip_deps=true ct suites=elixir + .PHONY: src doc edoc dialyzer Makefile TAGS clean clean-rel distclean rel \ install uninstall uninstall-binary uninstall-all translations deps test spec \ - erlang_plt deps_plt ejabberd_plt + quicktest erlang_plt deps_plt ejabberd_plt |