Tuncer Ayaz
2829741a38
Fix whitespace errors
12 years ago
Martin Schut
fbbeb360a5
deps: add fossil scm support
12 years ago
Tuncer Ayaz
f4e55b8463
Fix fprof use (-p/--profile)
12 years ago
Tuncer Ayaz
1b52a597c4
Revert 15b7798e4
and restore old git-describe call
Restore previous 'git describe' behaviour as discussed here:
http://lists.basho.com/pipermail/rebar_lists.basho.com/2012-September/001713.html
12 years ago
Tuncer Ayaz
9521586bdd
rebar_deps: fix whitespace errors
12 years ago
Yurii Rashkovskii
9a57e06015
Restore ability to specify deps_dir on the command line
It was previously possible to run `rebar compile deps_dir=/path/to/deps`,
but as of 70d27c5720331076f52e4fd7bcd1dc8045c8c86a, it was nixed.
12 years ago
Shunichi Shinohara
22b703efa8
eunit: analyze coverage only for cover compiled modules
This change fixes #310 .
12 years ago
Daniel Luna
7bd318c219
xref: allow multiple behaviours and ignore_xref pragmas
12 years ago
Eric Merritt
eaad535e31
Allow script to be evaluated when app file is loaded
This allows an <app-name>.app.src.script to be defined and evaluated
when <app-name>.app.src or <app-name>.app are loaded. This allows the
user to add project specific manipulations to app metadata.
12 years ago
Tuncer Ayaz
e0bc55db33
Use R15B02 EUnit {test,M,F} primitive as suggested by Richard Carlsson
12 years ago
joewilliams
29492dd0e8
Correctly use release_handler:create_RELEASES
12 years ago
Ryan Zezeski
e7be6874d7
Pass compile flags to protobuffs
By default protobuffs doesn't create beams with debug info. This
causes issues when running dialyzer which requires debug info. Read
the `erl_opts` config and pass it down to protobuffs compiler.
12 years ago
Tuncer Ayaz
d22a2bb81f
rebar_ct: ?DEBUG log ct_run command
12 years ago
Tuncer Ayaz
f460eb14bc
rebar_ct: do not export variable from case
12 years ago
Tuncer Ayaz
f0bf3503cb
Update port_env for Mountain Lion (Noticed-by: Tony Rogvall)
12 years ago
Tuncer Ayaz
f22337b68f
Comment eunit_test:function_wrapper/2 TODO
12 years ago
Tuncer Ayaz
8aadd65a34
rebar_eunit: adapt to R15B02 changes
12 years ago
Tuncer Ayaz
3cc8fb2855
rebar_reltool: remove blank lines
12 years ago
Dmitriy Kargapolov
9c7259d8a2
Add dynamic .script support for overlay vars file
13 years ago
Markus Näsman
2d139ea6c2
Stop cover server between eunit runs for speed
Cover gets slower and slower for each application. This is due to the
cover_server internal state. Stopping the cover server between
eunit+cover runs, emptying the cover_server state, gives a ~5-6x speed
improvement when analyzing many Erlang modules. Stopping the cover
server replaces the earlier practice of doing a cover:reset before each
run. On a project consisting of 62 dependencies with a total of 1866
Erlang modules the running time of rebar eunit decreased from ~20
minutes to ~3 minutes.
12 years ago
Tuncer Ayaz
ff8337f9b0
Fix whitespace error in rebar_eunit
12 years ago
Tuncer Ayaz
f528c397f8
Fix whitespace errors in rebar_ct and rebar_eunit
12 years ago
Tuncer Ayaz
3c0d97bf2c
Cleanup and comment
12 years ago
Roberto Ostinelli
60516dc406
Fix tests= option not running generator tests
12 years ago
Roberto Ostinelli
fa6618f2b4
Add experimental tests= filter without eunit suites
12 years ago
Tuncer Ayaz
9dd8e7f2ee
Fix #295 (consider *_SUITE.beam in ct skip check)
12 years ago
Tuncer Ayaz
6c1694980c
Fix whitespace error
12 years ago
Joe DeVivo
991e2ce8e1
Add erlc override from erl_opts: outdir
12 years ago
Tuncer Ayaz
fc7df16e31
Clarify comments
12 years ago
Tuncer Ayaz
bdee72fae8
rebar_eunit: add tests= TODO item
12 years ago
Roberto Ostinelli
69dc9ec933
Add experimental tests= filter for eunit suites
12 years ago
Tuncer Ayaz
563607bc02
Change escript zip archive creation as suggested by Siri Hansen
1. manually insert directory entries to work around issues fixed in
R15B02 erl_prim_loader
2. put the escript archive's beams in appname/appname/ebin
Tested with R13B03 and R15B01.
13 years ago
Tuncer Ayaz
795f9345a7
New upstream mustache.erl
12 years ago
Tuncer Ayaz
5d6b82390f
rebar_eunit: fix typo
12 years ago
Tuncer Ayaz
8f3873e061
rebar_utils: refactor get_experimental and get_deprecated funs
12 years ago
Tuncer Ayaz
75a6de27e7
rebar_qc: ensure_dir/1 the same way as in rebar_eunit
12 years ago
Tuncer Ayaz
e47d643ea3
Use separate dirs for eunit and qc
12 years ago
Tuncer Ayaz
b5e0d6d5db
Fix rebar_core:restore_code_path (Reported-by: Siri Hansen)
Use erl_prim_loader:read_file_info instead of filelib:is_file to make
sure paths inside the escript archive are handled properly.
12 years ago
Tuncer Ayaz
16091f9934
rebar_utils: fix whitespace error
12 years ago
Tuncer Ayaz
99b645e4a3
Separate eunit and qc compile options
12 years ago
Tuncer Ayaz
803f6e8ecd
Replace test-compile with compile_only=true option
12 years ago
Motiejus Jakštys
8f01d0de60
Add skip_deps=AppListSeparatedByCommas feature
12 years ago
Tuncer Ayaz
e5569e6862
rebar_qc: use lists:flatmap/2
12 years ago
Tuncer Ayaz
3f2ad54ebc
rebar_qc: fix #292 (Reported-by: Brian L. Troutwine)
12 years ago
Lev Walkin
f2f294d812
Do not rewrite .app file if it didn't change
12 years ago
Edwin Fine
ca8d7cc95d
Ensure edocs are also built if only overview.edoc changes
12 years ago
DeadZen
f1d35f9d06
Add ct_log_dir option, skip test dir with no SUITE
When rebar ct executes with its default common test directory of "test",
it will generate a hardcoded "logs" directory in every application with
a test directory present, causing an overlap with eunit's test framework
so even test directories with only eunit tests will be processed by ct.
12 years ago
Tuncer Ayaz
888bbc8ee2
Fix whitespace error
12 years ago
Tuncer Ayaz
fdc1425a3b
Use rebar_utils:test_dir/0 for coverdata export file
12 years ago
David Åberg
43d5b6257e
Enable export of cover data from eunit testrun
13 years ago