aboutsummaryrefslogtreecommitdiffstats
path: root/erts/test/z_SUITE.erl
AgeCommit message (Collapse)Author
2014-01-23erts: fix unicode printing of gdb printoutsLukas Larsson
2014-01-14New version number does not start with an RLukas Larsson
2013-11-07erts: Add cerl -dump and dumping in z_SUITELukas Larsson
2013-06-12Update copyright yearsBjörn-Egil Dahlberg
2013-05-23system: Prevent z_SUITE from changing the timestamp on core filesSverker Eriksson
2012-03-30Update copyright yearsBjörn-Egil Dahlberg
2012-01-04erts: Use re instead of regexp in testsuiteBjörn-Egil Dahlberg
2011-10-27erts/z_SUITE: Eliminate use of deprecated regexp moduleBjörn Gustavsson
2011-03-11Update copyright yearsBjörn-Egil Dahlberg
2011-02-17Rename Suite Callback to Common Test HookLukas Larsson
2011-02-17Fix formatting for systemLukas Larsson
2011-02-17Add init_per_suite and end_per_suiteLukas Larsson
2011-02-17Add ts_install_scb to suite/0Lukas Larsson
2011-02-17Update system tests to conform with common_test standardLukas Larsson
2010-11-30Teach filelib to use re in unicode mode when filenames are not rawPatrik Nyblom
2010-01-22Merge branch 'bg/avoid-etop-in-include' into ccase/r13b04_devErlang/OTP
* bg/avoid-etop-in-include: epmd tests: fix build of test suites on Windows system test: fix build of test suites on Windows
2010-01-20system test: fix build of test suites on WindowsBjörn Gustavsson
On Windows, the ERL_TOP environment variable contains a path that only is valid for cygwin-enabled programs, such as 'make'. It is not meaningful to pass the value of $ERL_TOP in the -I option to the Erlang compiler, because the Erlang emulator does not interpret cygwin paths correctly. Therefore, -include("test_server.hrl") will fail to find test_server.hrl. Work around the problem by using -include_lib().
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP