Wunst / asternix

Yet another UNIX clone (OS for x86)
GNU General Public License v3.0
1 stars 0 forks source link

Implement some sort of testing framework #6

Open Wunst opened 9 months ago

Wunst commented 9 months ago

Testing on bare-metal is obviously difficult as much of what we would like to test involves I/O or is machine/compiler specific. Adherence to standards (whether it works on every machine) can't really be measured by unit testing (whether it works on one individual machine). But some things... like the CONSTANT off-by-one errors just can't stay that way. I can't let every second commit be "off-by-one error" or "overflow" or "fails when region is larger than one page" or some NONSENSE like that