|
@@ -178,6 +178,7 @@ if(PAL_TRAIT_BUILD_TESTS_SUPPORTED)
|
|
|
)
|
|
|
ly_add_googletest(
|
|
|
NAME Gem::EMotionFX.Tests
|
|
|
+ LABELS REQUIRES_tiaf;TIAF_sharding
|
|
|
)
|
|
|
|
|
|
list(APPEND testTargets EMotionFX.Tests)
|
|
@@ -208,6 +209,7 @@ if(PAL_TRAIT_BUILD_TESTS_SUPPORTED)
|
|
|
)
|
|
|
ly_add_googletest(
|
|
|
NAME Gem::EMotionFX.Editor.Tests
|
|
|
+ LABELS REQUIRES_tiaf;TIAF_sharding
|
|
|
)
|
|
|
|
|
|
list(APPEND testTargets EMotionFX.Editor.Tests)
|