mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2025-06-20 11:46:36 +02:00
UpdateStrategy Refactor: 6. draft, now looks good, not fully tested
This commit is contained in:
@ -1,8 +1,13 @@
|
||||
add_executable(engine_test
|
||||
update_test.cpp
|
||||
run_test.cpp
|
||||
service_system_test.cpp
|
||||
default_service_test.cpp
|
||||
update_strategy_test.cpp
|
||||
default_us_test.cpp
|
||||
#dependency_check_us_test.cpp
|
||||
|
||||
# old:
|
||||
#update_test.cpp
|
||||
#run_test.cpp
|
||||
#service_test.cpp
|
||||
#default_service_test.cpp
|
||||
)
|
||||
|
||||
target_include_directories(engine_test PRIVATE ".")
|
||||
@ -10,6 +15,7 @@ target_include_directories(engine_test PRIVATE ".")
|
||||
target_link_libraries(engine_test
|
||||
engine
|
||||
gtest_main
|
||||
gmock
|
||||
)
|
||||
|
||||
add_test(NAME engine_test COMMAND engine_test)
|
||||
|
Reference in New Issue
Block a user