mirror of
https://github.com/KingDuckZ/kamokan.git
synced 2025-10-02 15:00:02 +00:00
Add unit test for the SettingsBag.
This commit is contained in:
parent
85363e0db1
commit
b4291becf0
4 changed files with 96 additions and 6 deletions
|
@ -1,7 +1,11 @@
|
|||
project(tawashi_unittest CXX)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 14)
|
||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
|
||||
add_executable(${PROJECT_NAME}
|
||||
check.cpp
|
||||
test_settings_bag.cpp
|
||||
)
|
||||
|
||||
target_include_directories(${PROJECT_NAME}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue