Skip to content

SSD Simulator for CSC2233 Project @ University of Toronto

Notifications You must be signed in to change notification settings

kyokeunpark/ssdsim

Repository files navigation

ssdsim

SSD Simulator for CSC2233 Project @ University of Toronto

Building

mkdir build && cd build
cmake ../ && make

This will generate simulator and test binary within build directory.

Writing Tests

We are using googletest to test parts of the simulator. We can use test binary to run the test cases. All the tests can be written within test.cpp. You can learn more about writing test cases with googletest here.

About

SSD Simulator for CSC2233 Project @ University of Toronto

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published