Skip to content

Commit

Permalink
2023 p1 config update (#603)
Browse files Browse the repository at this point in the history
Include disk scheduler files in P1 project config.
  • Loading branch information
fernandolis10 committed Sep 3, 2023
1 parent 4a04c19 commit 04537ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,8 @@ set(P1_FILES
"src/buffer/lru_k_replacer.cpp"
"src/include/buffer/buffer_pool_manager.h"
"src/buffer/buffer_pool_manager.cpp"
"src/include/storage/disk/disk_scheduler.h"
"src/storage/disk/disk_scheduler.cpp"
)
add_custom_target(check-clang-tidy-p1
${BUSTUB_BUILD_SUPPORT_DIR}/run_clang_tidy.py # run LLVM's clang-tidy script
Expand Down

0 comments on commit 04537ff

Please sign in to comment.