guys, I want to know is there any test framework for assembly?
I searched, but seems no relevant topic.
or, I should write my own test case in own code? just like:
http://pastebin.mozilla.org/1093688
thanks!
guys, I want to know is there any test framework for assembly?
I searched, but seems no relevant topic.
or, I should write my own test case in own code? just like:
http://pastebin.mozilla.org/1093688
thanks!
You can use one of the C unit test libraries/frameworks, since calling public symbols written directly in assembly is possible. Writing unit tests in assembly, to keep the same language, could be a cumbersome task, and in the end you're interested more about the output/behavior of the tested function.