Tuncer Ayaz
3cc8fb2855
rebar_reltool: remove blank lines
12 년 전
Tuncer Ayaz
18dbcd61b6
Add Dmitriy Kargapolov to THANKS file
12 년 전
Dmitriy Kargapolov
9c7259d8a2
Add dynamic .script support for overlay vars file
13 년 전
Tuncer Ayaz
7889cbe523
Add Markus Nasman to THANKS file
12 년 전
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 년 전
Tuncer Ayaz
ff8337f9b0
Fix whitespace error in rebar_eunit
12 년 전
Tuncer Ayaz
f528c397f8
Fix whitespace errors in rebar_ct and rebar_eunit
12 년 전
Tuncer Ayaz
3c0d97bf2c
Cleanup and comment
12 년 전
Roberto Ostinelli
60516dc406
Fix tests= option not running generator tests
12 년 전
Roberto Ostinelli
fa6618f2b4
Add experimental tests= filter without eunit suites
12 년 전
Tuncer Ayaz
9dd8e7f2ee
Fix #295 (consider *_SUITE.beam in ct skip check)
12 년 전
Tuncer Ayaz
e8557d262f
inttest: remove superfluous blank lines
12 년 전
Tuncer Ayaz
c3c6ee7a55
inttest: fix whitespace errors
12 년 전
Tuncer Ayaz
1dfb407bbc
Add Joe DeVivo to THANKS file
12 년 전
Tuncer Ayaz
6c1694980c
Fix whitespace error
12 년 전
Joe DeVivo
991e2ce8e1
Add erlc override from erl_opts: outdir
12 년 전
Tuncer Ayaz
e34b702423
bootstrap: fix and enhance VCS_INFO handling
* re-compile rebar.erl instead of rebar_core to define VCS_INFO
* append "-dirty" if vcs indicates unclean repo status
12 년 전
Tuncer Ayaz
0822075250
Update .gitignore (add .eunit and deps)
12 년 전
Tuncer Ayaz
fc7df16e31
Clarify comments
12 년 전
Tuncer Ayaz
d76d063d05
Add Roberto Ostinelli to THANKS file
12 년 전
Tuncer Ayaz
bdee72fae8
rebar_eunit: add tests= TODO item
12 년 전
Roberto Ostinelli
69dc9ec933
Add experimental tests= filter for eunit suites
12 년 전
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 년 전
Tuncer Ayaz
795f9345a7
New upstream mustache.erl
12 년 전
Tuncer Ayaz
5d6b82390f
rebar_eunit: fix typo
12 년 전
Tuncer Ayaz
8f3873e061
rebar_utils: refactor get_experimental and get_deprecated funs
12 년 전
Tuncer Ayaz
75a6de27e7
rebar_qc: ensure_dir/1 the same way as in rebar_eunit
12 년 전
Tuncer Ayaz
e47d643ea3
Use separate dirs for eunit and qc
12 년 전
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 년 전
Tuncer Ayaz
16091f9934
rebar_utils: fix whitespace error
12 년 전
Tuncer Ayaz
147b1a0798
bash completion: remove duplicate cmd
12 년 전
Tuncer Ayaz
99b645e4a3
Separate eunit and qc compile options
12 년 전
Tuncer Ayaz
803f6e8ecd
Replace test-compile with compile_only=true option
12 년 전
Tuncer Ayaz
87904ceef2
Fix version string
12 년 전
Tuncer Ayaz
e5569e6862
rebar_qc: use lists:flatmap/2
12 년 전
Tuncer Ayaz
3f2ad54ebc
rebar_qc: fix #292 (Reported-by: Brian L. Troutwine)
12 년 전
Tuncer Ayaz
19d1ee2c4e
Update THANKS file
12 년 전
Lev Walkin
f2f294d812
Do not rewrite .app file if it didn't change
12 년 전
Edwin Fine
ca8d7cc95d
Ensure edocs are also built if only overview.edoc changes
12 년 전
Tuncer Ayaz
d90697d40e
Fix David Aaberg's name
12 년 전
Tuncer Ayaz
208915dd37
Add DeadZen to THANKS file
12 년 전
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 년 전
Tuncer Ayaz
888bbc8ee2
Fix whitespace error
12 년 전
Tuncer Ayaz
fdc1425a3b
Use rebar_utils:test_dir/0 for coverdata export file
12 년 전
Tuncer Ayaz
19ef152ddf
Add David Aberg to THANKS file
12 년 전
David Åberg
43d5b6257e
Enable export of cover data from eunit testrun
13 년 전
Tuncer Ayaz
aec71f93cb
Clean up specs
12 년 전
Tuncer Ayaz
1b9f2a5981
rebar_utils: fix whitespace error
12 년 전
Tuncer Ayaz
491d52298e
Re-use rebar_utils:ebin_dir()
12 년 전
Tuncer Ayaz
e2492eb37f
rebar_utils: call get_cwd/1 locally
12 년 전