aboutsummaryrefslogtreecommitdiff
path: root/src/tests/core
AgeCommit message (Collapse)Author
2017-06-22Kernel: Fix typo in test nameYuri Kunde Schlesner
2017-06-21Kernel/IPC: Support translation of null handlesYuri Kunde Schlesner
Missed this in my first implementation. Thanks to @wwylele for pointing out that this was missing.
2017-06-18Kernel/IPC: Add tests for HLERequestContext buffer translationYuri Kunde Schlesner
2016-11-19FileSys: add PathParserwwylele