Currently we have two test suites I'm aware of: [UMKa](https://github.com/KolibriOS/umka) and [runtests.py](https://github.com/KolibriOS/kolibrios/blob/09ebacf1ef45151bc5a3f4f8b80b3bc7857d34a4/kernel/trunk/runtests.py). The uniform test system should be established and made easy to use. - [x] #4 - [ ] Parallelize the test system. - [x] Establish a basic test suite for the graphics subsystem. - [x] Establish a basic test suite for the network subsystem. - [ ] Establish a basic test suite for the sound subsystem. - [x] Establish a basic test suite for the file system. - [ ] Investigate the requirement for interactive serial console.
Currently we have two test suites I'm aware of: UMKa and runtests.py.
The uniform test system should be established and made easy to use.