浏览代码

Remove references to testbed pipeline from tests

Reference to undesired set of files wanted in general tests removed.
/main
Alex Lian 6 年前
当前提交
7c8bb752
共有 2 个文件被更改,包括 1 次插入3 次删除
  1. 1
      Tests/Scripts/Editor/Tests_Editor.asmdef
  2. 3
      Tests/Scripts/Tests.asmdef

1
Tests/Scripts/Editor/Tests_Editor.asmdef


"com.unity.render-pipelines.high-defintion.Editor",
"com.unity.render-pipelines.lightweight.Editor",
"GraphicTests",
"com.unity.render-pipelines.testbed-pipelines",
"com.unity.postprocessing.Runtime",
"com.unity.render-pipelines.core.IncludePaths",
"com.unity.render-pipelines.core.Runtime",

3
Tests/Scripts/Tests.asmdef


"com.unity.render-pipelines.core.IncludePaths",
"com.unity.render-pipelines.core.Runtime",
"com.unity.render-pipelines.high-definition.Runtime",
"com.unity.render-pipelines.lightweight.Runtime",
"com.unity.render-pipelines.testbed-pipelines"
"com.unity.render-pipelines.lightweight.Runtime"
],
"optionalUnityReferences": [
"TestAssemblies"

正在加载...
取消
保存