genode/repos/os/src/test/dynamic_config
Martin Stein ad2d1fe586 os/test: transition to new base API
For all tests
* use Component::construct instead of main
* use new connection constructors with env argument
* use log instead of printf

For some tests
* replace signal receivers with signal handlers
* replace global static variables with Main class members
* remove unnecessary multithreading
* model test steps as classes that are independent from each other and managed
  by Main as constructibles
* use references instead of pointers and exceptions instead of error codes
* use Attached_* helpers intead of doing attach/detach manually
* use helpers like String, Id_space, Registry instead of arrays and lists
* make the run script suitable for automated execution and conclusion

Ref #1987
2017-01-31 12:01:15 +01:00
..
loader os/test: transition to new base API 2017-01-31 12:01:15 +01:00
master Adapt low-level components to new parent interface 2016-11-25 16:06:42 +01:00
server os/test: transition to new base API 2017-01-31 12:01:15 +01:00
main.cc os/test: transition to new base API 2017-01-31 12:01:15 +01:00
target.mk Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00