Open Issues Need Help
View All on GitHub Add Google Test (gtest) Unit Testing Framework 2 months ago
AI Summary: Integrate the Google Test framework into the existing C++ CPU scheduling simulator to create unit tests for each implemented algorithm (FCFS, RR, SPN, SRT, HRRN, FB, FBV, Aging). This involves setting up the Google Test environment, writing test cases to cover various scenarios and edge cases for each algorithm, and ensuring all tests pass.
Complexity:
3/5
documentation help wanted good first issue
Implemented Kernel components like CPU scheduler with round-robin, priority-based.
C++
#cpu-scheduling#low-level-programming#mit#os#systems-programming