summaryrefslogtreecommitdiff
path: root/src/rebar_eunit.erl
Commit message (Expand)AuthorAgeFilesLines
* Fix regression (thanks Anthony Molinaro)Tuncer Ayaz2011-03-071-4/+5
* Add PropEr supportTuncer Ayaz2011-02-161-17/+24
* Remove export_all directiveTuncer Ayaz2011-02-131-3/+2
* Add eunit_first_files optionJoseph Wayne Norton2011-02-131-1/+4
* Clean up codeTuncer Ayaz2011-02-061-26/+40
* Clean up emacs file local variablesTuncer Ayaz2011-01-311-1/+1
* Fix file existence checksTuncer Ayaz2011-01-131-1/+1
* Tidier improvementsKostis Sagonas2010-10-261-5/+4
* Use eunit_dir() instead of ?EUNIT_DIR since the function exists.Oscar Hellström2010-08-241-1/+1
* Make sure *both* .eunit and ebin directory exists before setting up the code ...Oscar Hellström2010-08-241-1/+2
* Dialyzer related cleanupsKostis Sagonas2010-10-101-15/+20
* Add optional eunit coverage report to terminalAndrew Thompson2010-10-061-2/+32
* Fix dialyzer warning for call to code:which/1Tuncer Ayaz2010-09-291-1/+2
* beam_lib:chunks needs abs path to beam.Russell Brown2010-07-041-1/+8
* Fix up code path for eunit so that parse transforms in eunit tests work properlyDave Smith2010-06-281-29/+24
* Only skip eunit on apps IIF the app= parameter is specifiedDave Smith2010-06-251-7/+14
* Correct typoTuncer Ayaz2010-06-231-2/+2
* Change console message to debug message (more appropriate)Dave Smith2010-06-221-1/+1
* Adding support for restricting eunit to a specific applicationDave Smith2010-06-221-1/+13
* Fix incorrect coverage count when prod modules include EUnit header.Chris Bernard2010-05-151-1/+31
* Taught eunit/coverage to split the src module coverage stats from any test code.Jon Meredith2010-05-031-19/+32
* Copy all source files for eunit to .eunit directory so that cover works prope...Dave Smith2010-05-031-1/+1
* Copy src files to .eunit so that cover can always find themJeremy Raymond2010-04-221-0/+6
* Merging w/ mainlineDave Smith2010-04-231-3/+2
|\
| * Reuse rebar_utils:get_cwd/0Tuncer Ayaz2010-04-211-2/+1
|/
* Make sure to add .eunit as an absolute directory so that we avoid weirdness w...Dave Smith2010-04-161-1/+5
* Fixed 3 bugs in rebar_eunit. Added EUnit tests to capture them.Chris Bernard2010-03-041-10/+11
* Refactor eunit and covertheiw2010-02-191-106/+93
* Merging with OJ's branchDave Smith2010-02-131-3/+36
|\
| * Added support for the speficiation of test suite namesOJ Reeves2010-02-031-4/+35
* | Provide package support for eunit; build_plt now includes listed applications...theiw2010-02-051-12/+17
|/
* [mq]: eunit-fixOJ Reeves2010-01-091-1/+1
* Another round of refactoring to yield better flexiblity in the base_compiler ...Dave Smith2010-01-031-15/+6
* Refactor of compilation logic to enable support for package modules and provi...Dave Smith2010-01-021-5/+10
* Added vi modeline/emacs local variables to file headersTuncer Ayaz2009-12-311-0/+2
* Deleted trailing whitespaceTuncer Ayaz2009-12-301-11/+11
* add hrl-triggered recompiling to 'eunit' build as wellBryan Fink2009-12-211-1/+1
* recompile files if their "includes" have changedBryan Fink2009-12-211-1/+1
* Run eunit in .eunit dir to ensure any created/temporary files are created thereDave Smith2009-12-141-0/+8
* Fixing number of warnings and bugletsDave Smith2009-12-141-6/+6
* Add support for coverage generationDave Smith2009-12-091-2/+103
* Remove unnecessary debug in _core; adding EQC flag for eunit buildsDave Smith2009-12-081-2/+24
* Refactoring eunit to support in-module testsDave Smith2009-12-071-79/+44
* Added support for eunit tests as test/*_tests.erlJon Meredith2009-12-051-0/+141