开发者

Is there any test framework for assembly? [closed]

开发者 https://www.devze.com 2023-02-13 15:46 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more开发者_如何学运维. You can edit the question so it can be answered with facts and citations.

Closed 7 years ago.

Improve this question

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消