1a1a11a / libCacheSim

a high performance library for building cache simulators
GNU General Public License v3.0
159 stars 34 forks source link

Fix test.c and README gcc command issue #3

Closed Yifei-Liu closed 3 years ago

Yifei-Liu commented 3 years ago

This pull request aims to resolve the compilation error for test.c. It made simple changes to add main function and return in test.c, and gcc command in the README is modified to avoid output filename conflict with the existing test directory, i.e., change output from test to test.out.

Associated Issue: #2