summaryrefslogtreecommitdiff
path: root/lib/eunit
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearsBjörn-Egil Dahlberg2013-02-221-1/+1
* Prepare releaseOTP_R16A_RELEASE_CANDIDATEErlang/OTP2013-01-292-1/+18
* Merge branch 'nox/enable-silent-rules/OTP-10726'Björn-Egil Dahlberg2013-01-181-2/+2
|\
| * Implement ./otp_build configure --enable-silent-rulesAnthony Ramine2013-01-151-2/+2
* | eunit: Eliminate use of the package syntaxBjörn Gustavsson2013-01-092-82/+79
* | Prepare OTP files for Unicode as default encodingHans Bolinder2013-01-094-7/+11
|/
* Update copyright yearsBjörn-Egil Dahlberg2012-11-231-1/+1
* Prepare releaseOTP_R15B02Erlang/OTP2012-09-031-0/+32
* Update copyright yearsBjörn-Egil Dahlberg2012-08-311-1/+1
* Include fixture setup and cleanup errors in Eunit Surefire reportMagnus Henoch2012-08-101-3/+27
* documentation fixesRichard Carlsson2012-08-103-8/+5
* add {test,M,F} as a better variant of {M,F} and make the latter obsoleteRichard Carlsson2012-08-102-4/+18
* minor cleanupRichard Carlsson2012-08-101-6/+7
* Write chars as UTF-8 to fileLukas Larsson2012-08-101-1/+1
* detect and report bad return values from generators and instantiatorsRichard Carlsson2012-08-103-15/+67
* eunit_tests should not be listed in eunit.appRichard Carlsson2012-08-101-1/+0
* improved layout of error messages - stack trace before error termRichard Carlsson2012-08-102-13/+14
* bumped revisionRichard Carlsson2012-08-101-1/+1
* make stack trace pruning know about the new formatRichard Carlsson2012-08-101-0/+4
* Make EUnit print stacktraces with location informationKlas Johansson2012-08-101-5/+38
* Add option 'no_tty' to silent the default tty reportRichard Carlsson2012-08-102-27/+39
* Update to work with whitespace in exec pathLukas Larsson2012-06-054-17/+17
* eunit: Fix parallel make for behavioursBjörn-Egil Dahlberg2012-04-271-2/+10
* Prepare releaseErlang/OTP2011-12-122-1/+19
* Revert "Update version numbers for pre-release of R15"Björn-Egil Dahlberg2011-11-221-1/+1
* Update version numbers for pre-release of R15OTP_R15ABjörn Gustavsson2011-11-221-1/+1
* Remove unused */doc/src/make.dep filesBjörn Gustavsson2011-10-271-19/+0
* Merge branch 'dev' into majorBjörn-Egil Dahlberg2011-10-042-1/+58
|\
| * Prepare releaseOTP_R14B04Erlang/OTP2011-10-042-1/+58
* | Merge branch 'dev' into majorHenrik Nord2011-09-2829-1344/+21
|\ \ | |/
| * removed some never-matching clauses reported by dialyzerRichard Carlsson2011-09-251-7/+1
| * updated author e-mails and homepagesRichard Carlsson2011-09-2515-21/+16
| * removed cvs keywords from filesRichard Carlsson2011-09-2517-34/+0
| * removed files that should not be checked inRichard Carlsson2011-09-2511-1282/+4
* | Merge branch 'dev' into majorHenrik Nord2011-08-3010-65/+236
|\ \ | |/
| * Merge branch 'rc/eunit-2.2.0' into devHenrik Nord2011-08-3010-65/+236
| |\
| | * Updated to EUnit version 2.2.0Richard Carlsson2011-08-3010-65/+236
* | | Merge branch 'dev' into majorHenrik Nord2011-08-251-19/+37
|\ \ \ | |/ /
| * | Generate separate surefire XMLs for each test suiteKlas Johansson2011-05-261-19/+37
| |/
* | eunit: Support parallel makeBjörn Gustavsson2011-08-081-4/+9
|/
* Prepare releaseOTP_R14B03Erlang/OTP2011-05-242-1/+41
* Don't let eunit_surefire report back to eunit when stoppingKlas Johansson2011-04-171-10/+4
* Wait until all eunit listeners terminateKlas Johansson2011-04-171-0/+10
* Increase depth of error messages in Eunit Surefire reportsMagnus Henoch2011-04-072-10/+12
* Update copyright yearsBjörn-Egil Dahlberg2011-03-116-6/+6
* Rename Suite Callback to Common Test HookLukas Larsson2011-02-171-1/+1
* Update and add cover spec files to work with common_testLukas Larsson2011-02-171-1/+3
* Update all test specsLukas Larsson2011-02-173-7/+4
* Fix formatting for eunitLukas Larsson2011-02-171-4/+5
* Add init_per_suite and end_per_suiteLukas Larsson2011-02-171-1/+7