mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-20 05:10:07 +08:00
Test pptx to odp animation audio, refactor tests project
This commit is contained in:
@ -44,7 +44,8 @@ int main(int argc, char* argv[])
|
||||
::testing::AddGlobalTestEnvironment(new ODP2OOX_AnimationMotionEnvironment);
|
||||
::testing::AddGlobalTestEnvironment(new ODP2OOX_AnimationAudioEnvironment);
|
||||
|
||||
::testing::AddGlobalTestEnvironment(new OOX2ODP_EntranceAnimationTestEnvironment);
|
||||
::testing::AddGlobalTestEnvironment(new OOX2ODP_EntranceAnimationEnvironment);
|
||||
::testing::AddGlobalTestEnvironment(new OOX2ODP_AudioAnimationEnvironment);
|
||||
|
||||
return RUN_ALL_TESTS();
|
||||
}
|
||||
Reference in New Issue
Block a user