We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b1da04 commit 1ee6a50Copy full SHA for 1ee6a50
test/CMakeLists.txt
@@ -13,7 +13,7 @@ file(GLOB_RECURSE BUSTUB_TEST_SOURCES "${PROJECT_SOURCE_DIR}/test/*/*test.cpp")
13
# #########################################
14
add_custom_target(build-tests COMMAND ${CMAKE_CTEST_COMMAND} --show-only)
15
add_custom_target(check-tests COMMAND ${CMAKE_CTEST_COMMAND} --verbose)
16
-add_custom_target(check-public-ci-tests COMMAND ${CMAKE_CTEST_COMMAND} --verbose -E "\"SQLLogicTest|Trie|ORSet|BPlusTreeContentionTest\"")
+add_custom_target(check-public-ci-tests COMMAND ${CMAKE_CTEST_COMMAND} --verbose -E "\"SQLLogicTest|Trie|ORSet|SkipList|BPlusTreeContentionTest\"")
17
18
19
# "make XYZ_test"
0 commit comments