Refactor editor windowing and update renderer regression
This commit is contained in:
@@ -95,7 +95,7 @@ endif()
|
||||
|
||||
include(GoogleTest)
|
||||
gtest_discover_tests(editor_ui_tests
|
||||
DISCOVERY_MODE PRE_TEST
|
||||
DISCOVERY_MODE POST_BUILD
|
||||
)
|
||||
|
||||
add_executable(editor_windowing_phase1_tests
|
||||
@@ -139,7 +139,7 @@ if(MSVC)
|
||||
endif()
|
||||
|
||||
gtest_discover_tests(editor_windowing_phase1_tests
|
||||
DISCOVERY_MODE PRE_TEST
|
||||
DISCOVERY_MODE POST_BUILD
|
||||
)
|
||||
|
||||
if(TARGET XCUIEditorAppLib)
|
||||
@@ -214,6 +214,6 @@ if(TARGET XCUIEditorAppLib)
|
||||
endif()
|
||||
|
||||
gtest_discover_tests(editor_app_feature_tests
|
||||
DISCOVERY_MODE PRE_TEST
|
||||
DISCOVERY_MODE POST_BUILD
|
||||
)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user