It seems that unit testing has become all the rage these days and I know many of you are going to think: "Well why not just use language X with framework Y already?" But I'm proposing this idea more as a proof of concept, or out of nostalgic remembrance for my earlier years with computer programming.
I'm namely working on BSD running on x86 with NASM, and have mulled over the use of shell scripting with expect(1) to do unit testing but I wanted to know beforehand:
What unit testing frameworks are available for applications written in x86 assembly?