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

Create macros for assertion functions #12

Closed Fisherman166 closed 6 years ago

Fisherman166 commented 6 years ago

As I was making more tests, I realized I was copy/pasting a lot, so I decided to make macros for creating assertion functions. I also moved the assertion functions out of the test.c files to remove clutter as it is possible to have a large number of assertions in a single kernel function type. Finally, I refactored some of the test name strings to be more clear.