Arc Forumnew | comments | leaders | submitlogin
3 points by dido 4448 days ago | link | parent

Such tests are essential for me, not just to ensure compatibility, but to ensure that when Arcueid gets ported to a new architecture everything still works. This is the big problem I'm having now as I try to get Arcueid to run properly on 32-bit architectures.

I plan to break up the test suites for Arcueid into two, one involving low-level tests that are run via GNU Check (which we have today), and more high-level tests run by some putative unit testing framework, perhaps your own or something derived from it, that should run on any Arc implementation. I may spin out the latter set of test suites into a separate project of its own.



1 point by akkartik 4447 days ago | link

"Such tests are essential for me.. to ensure.. everything still works."

Of course. That's why we all have tests :)

-----