aboutsummaryrefslogtreecommitdiffstats
path: root/lib/eunit/src
AgeCommit message (Expand)Author
2014-03-20Introduce runtime_dependencies in .app filesRickard Green
2014-02-24Merge branch 'hb/dialyzer/deprecate_types/OTP-10342'Hans Bolinder
2014-02-24Add test suites performing app and appup file checksTobias Schlager
2014-02-23Deprecate pre-defined built-in typesHans Bolinder
2014-02-18Fix library application appup filesTobias Schlager
2013-12-02Merge branch 'maint'Henrik Nord
2013-12-02eunit: Fix silent make ruleAnthony Ramine
2013-11-08Merge branch 'maint'Fredrik Gustafsson
2013-11-07Do not attempt to detect lists of printable characters in DataRoberto Aloi
2013-10-09Merge branch 'maint'Fredrik Gustafsson
2013-09-21Fix I/O-protocol error handling in eunitYuki Ito
2013-04-19Remove the "coding: utf-8" comment from all Erlang source filesHans Bolinder
2013-01-18Merge branch 'nox/enable-silent-rules/OTP-10726'Björn-Egil Dahlberg
2013-01-15Implement ./otp_build configure --enable-silent-rulesAnthony Ramine
2013-01-09eunit: Eliminate use of the package syntaxBjörn Gustavsson
2013-01-09Prepare OTP files for Unicode as default encodingHans Bolinder
2012-08-10Include fixture setup and cleanup errors in Eunit Surefire reportMagnus Henoch
2012-08-10documentation fixesRichard Carlsson
2012-08-10add {test,M,F} as a better variant of {M,F} and make the latter obsoleteRichard Carlsson
2012-08-10Write chars as UTF-8 to fileLukas Larsson
2012-08-10detect and report bad return values from generators and instantiatorsRichard Carlsson
2012-08-10eunit_tests should not be listed in eunit.appRichard Carlsson
2012-08-10improved layout of error messages - stack trace before error termRichard Carlsson
2012-08-10make stack trace pruning know about the new formatRichard Carlsson
2012-08-10Make EUnit print stacktraces with location informationKlas Johansson
2012-08-10Add option 'no_tty' to silent the default tty reportRichard Carlsson
2012-06-05Update to work with whitespace in exec pathLukas Larsson
2012-04-27eunit: Fix parallel make for behavioursBjörn-Egil Dahlberg
2011-09-28Merge branch 'dev' into majorHenrik Nord
2011-09-25removed some never-matching clauses reported by dialyzerRichard Carlsson
2011-09-25updated author e-mails and homepagesRichard Carlsson
2011-09-25removed cvs keywords from filesRichard Carlsson
2011-08-30Merge branch 'dev' into majorHenrik Nord
2011-08-30Merge branch 'rc/eunit-2.2.0' into devHenrik Nord
2011-08-30Updated to EUnit version 2.2.0Richard Carlsson
2011-08-25Merge branch 'dev' into majorHenrik Nord
2011-08-08eunit: Support parallel makeBjörn Gustavsson
2011-05-26Generate separate surefire XMLs for each test suiteKlas Johansson
2011-04-17Don't let eunit_surefire report back to eunit when stoppingKlas Johansson
2011-04-17Wait until all eunit listeners terminateKlas Johansson
2011-04-07Increase depth of error messages in Eunit Surefire reportsMagnus Henoch
2010-12-01Fix format_man_pages so it handles all man sections and remove warnings/error...Lars Thorsen
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP