tweetモデルに対するテストを書いた

This commit is contained in:
keita
2021-03-05 10:35:09 +09:00
parent ea4cf6f562
commit 30e010226c
3 changed files with 94 additions and 2 deletions
+1
View File
@@ -1,4 +1,5 @@
file(GLOB_RECURSE SOURCES ./*.cc)
include_directories(${CMAKE_SOURCE_DIR}/third)
foreach(TEST_SOURCE_FILE ${SOURCES})
file(RELATIVE_PATH SRC_RELPATH ${CMAKE_CURRENT_LIST_DIR} ${TEST_SOURCE_FILE})