Step 3
This commit is contained in:
@@ -345,6 +345,23 @@ endif()
|
||||
|
||||
add_test(NAME RuntimeStateLayerModelTests COMMAND RuntimeStateLayerModelTests)
|
||||
|
||||
add_executable(PersistenceWriterTests
|
||||
"${APP_DIR}/runtime/persistence/PersistenceWriter.cpp"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/tests/PersistenceWriterTests.cpp"
|
||||
)
|
||||
|
||||
target_include_directories(PersistenceWriterTests PRIVATE
|
||||
"${APP_DIR}"
|
||||
"${APP_DIR}/runtime"
|
||||
"${APP_DIR}/runtime/persistence"
|
||||
)
|
||||
|
||||
if(MSVC)
|
||||
target_compile_options(PersistenceWriterTests PRIVATE /W3)
|
||||
endif()
|
||||
|
||||
add_test(NAME PersistenceWriterTests COMMAND PersistenceWriterTests)
|
||||
|
||||
add_executable(RuntimeSubsystemTests
|
||||
"${APP_DIR}/runtime/coordination/RuntimeCoordinator.cpp"
|
||||
"${APP_DIR}/runtime/live/CommittedLiveState.cpp"
|
||||
|
||||
Reference in New Issue
Block a user