Add linux equivalents for all the places that enumerate platforms (#3325)

* Add linux equivalents for all the places that enumerate platforms

Signed-off-by: Chris Burel <burelc@amazon.com>

* Fix the AssetFileInfoListComparisonTest fixture to not hardcode the PC platform

Signed-off-by: Chris Burel <burelc@amazon.com>
This commit is contained in:
Chris Burel
2021-08-24 14:10:59 -07:00
committed by GitHub
parent b31d673de0
commit 86770deefa
13 changed files with 63 additions and 38 deletions
@@ -24,6 +24,9 @@
"Platform pc": {
"tags": "tools,renderer,dx12,vulkan,null"
},
"Platform linux": {
"tags": "tools,renderer,vulkan,null"
},
"Platform android": {
"tags": "android,mobile,renderer,vulkan"
},