jhunterh / Cache-Hierarchy-Simulation-Tool

This tool is a highly configurable cache hierarchy simulator for use in computer architecture research and study.
0 stars 0 forks source link

22 unit testing framework for pin tool #23

Closed jhunterh closed 4 months ago

jhunterh commented 4 months ago

This PR integrates the doctest unit testing framework into the DataGeneratorTool.

jhunterh commented 4 months ago

Decided to go with the doctest unit testing framework for simplicity and small learning curve. https://github.com/doctest/doctest