Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 633 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 633 Bytes

CacheSimulator Build Status Coverage Status

Cache simulator backend.

Clone Repository (Git 1.6.5+)

git clone --recursive https://github.com/KosherBacon/CacheSimulator.git

Compile for Normal Usage

make

Compile Dependencies (For Testing)

make googlemock

Compile and Run Tests

make test