Cxbx-Reloaded / xbox_kernel_test_suite

Xbox kernel APIs tester written using nxdk
GNU General Public License v3.0
22 stars 6 forks source link

Add ability to use api name in tests/tests-exclude options #100

Closed RadWolfie closed 4 months ago

RadWolfie commented 6 months ago

Per @PatrickvL request to have ability use api names in tests/tests-exclude options.

Having this option is only good for a few selection of api tests without need to know their hex index value. For longer api tests list, it is best to use hex index value.

At this time to add such ability require #99 pull request upstream. Afterward, this feature request will become possible to implement.