两个队列实现一个栈

This commit is contained in:
2023-05-18 19:37:28 +08:00
parent 47ae4cce3c
commit 29ddbd5a3e
5 changed files with 108 additions and 2 deletions
+3 -1
View File
@@ -2,8 +2,10 @@ set(APP_TEST_NAME leetcode_test)
message(STATUS "=========== start testing APP_TEST_NAME: ${APP_TEST_NAME} ==========")
set(TEST_SOURCES)
string(REGEX REPLACE ";" "\t\n" TMEP_SOURCES "${SOURCES}")
file(GLOB_RECURSE TEST_SOURCES "tests/*.cpp")
message(STATUS "=========== test_file: ${TEST_SOURCES}")
message(STATUS "=========== test_file =========== \n${TMEP_SOURCES}")
message(STATUS "=========== test_file =========== \n")
include(GoogleTest)