DymOK93 / KTL

Kernel Template Library: STL-style containers and tools for Windows kernel space programming
MIT License
88 stars 20 forks source link

Implement tests #148

Open GeorgiiFirsov opened 3 years ago

GeorgiiFirsov commented 3 years ago

Actually I feel a lack of tests. It may help to optimize and refactor current code without any fear to break something.

Well, I think, it is impossible to use GitHub actions for that, because it should be implemented as a simple driver, but anyway it will be useful

DymOK93 commented 3 years ago

I totally agree :)

DymOK93 commented 2 years ago

Tests implemented for the basic_runtime:

DymOK93 commented 2 years ago

Tests implemented for the cpp_runtime: