Configure default Atom assets to be enabled on the linux platform (#3611)

Signed-off-by: Chris Burel <burelc@amazon.com>
This commit is contained in:
Chris Burel
2021-08-26 12:57:45 -07:00
committed by GitHub
parent 0264a3e7a1
commit ec0278b899
17 changed files with 46 additions and 12 deletions
@@ -928,7 +928,7 @@ namespace UnitTest
PlatformNameList platforms = BuilderSettingManager::Instance()->GetPlatformList();
#ifndef AZ_TOOLS_EXPAND_FOR_RESTRICTED_PLATFORMS
ASSERT_TRUE(platforms.size() == 4);
EXPECT_THAT(platforms, testing::UnorderedPointwise(testing::Eq(), {"pc", "linux", "mac", "ios", "android"}));
#endif //AZ_TOOLS_EXPAND_FOR_RESTRICTED_PLATFORMS
}