1
0
Fork 0
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:
King_DuckZ 2017-05-05 09:48:46 +01:00
commit b4291becf0
4 changed files with 96 additions and 6 deletions

View file

@ -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}