I'm generally in favour of switching to an existing unit test framework. I haven't surveyed the C++ test framework landscape, but judging by the users (Chromium, LLVM, ...) GTest seems pretty solid.
As far as I can tell, GTest is all BSD. Is that correct? Cheers, Andreas On 16/11/2017 05:04, Gabe Black wrote:
Hi folks. How is the test framework integration coming along? Is there anything I can do to help? Also, looking at the whimsy documentation and talking to some other folks at Google, it looks like the framework is good at running tests, but doesn't itself really implement, for instance, unit tests which have their own C++ main function, etc. Does anyone have an opinion about using the google gtest library for writing C++ unit tests? I've only worked with it a little bit superficially, but so far it seems pretty nice and seems like it would fit into whimsy fairly well. Gabe _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you. _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
