14 Commits

Author SHA1 Message Date
Lioncash
87a16323bc integer: Fix the UQSUB8 asserts
Forgot to invert the tested conditionals.
2014-12-14 02:18:55 -05:00
Lioncash
4a2fb659e3 integer: Basic UQSUB8 test 2014-12-13 23:12:47 -05:00
bunnei
9b5afd3ec5 Merge pull request #8 from archshift/createfile
Added tests for CreateFile
2014-12-11 21:34:43 -05:00
archshift
3f083e0e0e Make Test a template function for easy comparison with values.
Also allows further logging and output in the future.
2014-12-10 20:15:30 -08:00
archshift
dc4f064769 Added tests for FSUSER_CreateFile, replaced FSUSER_OpenFile file creation where appropriate. 2014-12-10 18:30:28 -08:00
archshift
f1396adce9 Added scope_exit, which is very helpful for handling situations where the test exits early. 2014-12-10 18:29:40 -08:00
Lioncash
c54a879de9 integer: Add ADDS test
Moved to inline asm by Normmatt.
2014-12-10 21:26:05 -05:00
bunnei
72471ea31f Merge pull request #6 from lioncash/cpu
Initial introduction of CPU tests
2014-12-08 22:24:41 -05:00
Lioncash
b61bfd2cf7 Initial introduction of CPU tests 2014-12-08 21:54:58 -05:00
Emmanuel Gil Peyrot
b8310220c7 Add missing <cstring> #include for strlen() 2014-11-29 23:46:50 +01:00
Lioncash
492631db8b Put fs tests into their own directory 2014-11-27 12:54:29 -05:00
archshift
fcc7d6be10 SDMC: Use unique_ptr instead of manual allocation to prevent memory leaks 2014-11-23 23:40:31 -08:00
archshift
a95803b96b Add read checks to FS::SDMC::TestFileWrite 2014-11-23 22:45:02 -08:00
archshift
db419e58e9 Refactored test code into tests/ and SDMC tests into its own compilation unit. 2014-11-23 16:44:33 -08:00