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

Unit Testing Framework for PIN Tool #22

Closed jhunterh closed 4 months ago

jhunterh commented 4 months ago

The PIN Tool and Simulator need to have unit tests. Before this can be done, a unit testing framework must be chosen and integrated into the build processes for the project.

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