Fix mistakes in cptest asserts
[oweals/dinit.git] / src / tests / tests.cc
2020-01-01 Davin McCallAdd another log subsystem test
2019-12-29 Davin McCallAdd a simple logging test development
2019-08-07 Davin McCallProperly issue STARTCANCELLED message if restart is...
2019-08-04 Davin McCallRe-work state propogation/transition logic.
2018-09-13 Davin McCallTests: use consistent output spacing and flush before...
2018-06-18 Davin McCallRemember the reason why a service stopped.
2018-06-15 Davin McCallRefactor: rename onstart_flags_t to service_flags_t.
2018-03-20 Davin McCalltests: add a new test.
2018-02-28 Davin McCallFix: stop milestone dependency before started.
2018-02-20 Davin McCallAdd another (passing) test.
2018-02-20 Davin McCallAdd another test and a fix to make it pass.
2018-02-20 Davin McCallMove processing of start pin in do_stop.
2018-02-19 Davin McCallAdd a new test.
2018-01-18 Davin McCallAdd test for console release for STARTING to STOPPED...
2018-01-08 Davin McCallRename service_type (type) to service_type_t.
2017-10-03 Davin McCallAdd some tests for milestone dependencies.
2017-10-02 Davin McCallDefine and use a macro to run a named test.
2017-10-01 Davin McCallCorrect use of SOFT vs WAITS_FOR dependency type in...
2017-09-30 Davin McCallRe-work dependency specification for service_record...
2017-09-07 Davin McCallImprove a test (and make it pass).
2017-09-05 Davin McCallFix test 6, add a new test (test 7).
2017-07-07 Davin McCalltests: add another.
2017-07-06 Davin McCallTests: add another test.
2017-07-06 Davin McCalltests: correct get_state call (after rename from getState).
2017-06-17 Davin McCallIf a service stops and won't restart, release explicit...
2017-06-16 Davin McCallAllow "make check" to run tests.
2017-06-16 Davin McCallBeginnings of automated test suite.