masc-ucsc / esesc

ESESC: A Fast Multicore Simulator
http://masc.soe.ucsc.edu/esesc/
134 stars 64 forks source link

Unit test #3

Closed dagoodma closed 9 years ago

dagoodma commented 10 years ago

Used Google Test to implement a unit testing framework for ESESC. Tests live in t/ directory off root. Currently, very simple tests have been written for the OoOProcessor and BPred modules, where the BootLoader is used to load the default simulation settings, and GStats are checked afterwards.

See t/README.md for more details.

southerngs commented 9 years ago

Google test has been merged through the UCSC repo. Thanks for the pull request and work on your project.