aboutsummaryrefslogtreecommitdiffstats
path: root/lib/reltool/test/reltool_server_SUITE.erl
AgeCommit message (Expand)Author
2012-09-24[reltool] Use spawn_executable instead of spawn when starting nodes in testSiri Hansen
2012-09-21[reltool] Use application name from .app file instead of directory nameSiri Hansen
2012-09-17[reltool] Keep order from rel spec when sorting used and included applicationsSiri Hansen
2012-09-14[reltool] Automatically add included applications in rel fileSiri Hansen
2012-09-12[reltool] Make reltool:install/2 work on windowsSiri Hansen
2012-09-11[reltool] Allow incl_cond=derived on module levelSiri Hansen
2012-08-20[reltool] Add option {excl_lib,otp_root}Siri Hansen
2012-03-22[reltool] Allow lib_dir on app level to use relative pathSiri Hansen
2012-03-22[reltool] Add configuration parameter lib_dir on application levelSiri Hansen
2012-03-19[reltool] Remove skip statement for test that failed due to stdlib errorSiri Hansen
2012-03-19[reltool] Fix problems with sorting of applicationsSiri Hansen
2012-03-19[reltool] Just warn if same module occurs twice in .app fileSiri Hansen
2012-03-19[reltool] Cleanup test codeSiri Hansen
2012-03-19[reltool] Unset ERL_FLAGS when running escript from reltool_server_SUITESiri Hansen
2012-03-19[reltool] Improve error handlingSiri Hansen
2012-03-19[reltool] Fix rollback and undoSiri Hansen
2012-03-19[reltool] Link together escript with inlined applicationSiri Hansen
2012-03-19[reltool] Update state and tables consistently for all types of config changesSiri Hansen
2012-03-19[reltool] Add test cases for handling of escriptsSiri Hansen
2012-03-19[reltool] Add tests for sorting of applications in .rel and .script filesSiri Hansen
2012-03-19[reltool] Add more testsSiri Hansen
2012-03-19[reltool] Add test case for reltool_server:get_modSiri Hansen
2012-03-19[reltool] Ensure that tests do not try to start node if target was not createdSiri Hansen
2012-03-19[reltool] Add test of dependencies derived through calls to external appsSiri Hansen
2012-03-19[reltool] Add more test cases and fix bugsSiri Hansen
2011-05-17Allow same module name in multiple applications if explicitely excludedSiri Hansen
2011-03-21Allow app_file option to be keep | strip | all, as documentedSiri Hansen
2011-03-11Update copyright yearsBjörn-Egil Dahlberg
2011-02-17Rename Suite Callback to Common Test HookLukas Larsson
2011-02-17Fix formatting for reltoolLukas Larsson
2011-02-17Add ts_install_scb to suite/0Lukas Larsson
2011-02-17Update reltool tests to conform with common_test standardLukas Larsson
2011-02-17Remove extra end_per_testcaseLukas Larsson
2011-02-17Update all fin_per_testcase to end_per_testcase.Lukas Larsson
2011-02-17Update tests to work with ts -> ct migrations script.Lukas Larsson
2010-04-28Merge branch 'hawk/reltool' into devErlang/OTP
2010-04-22Make some cleanupsHåkan Mattsson
2010-04-19Add function to return status about the configurationHåkan Mattsson
2010-01-26OTP-8343 The documentation is now possible to build in an open sourceLars G Thorsen